Skip to content

dollarsignteam/go-fileprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang file probe package

Probe util with file for golang

Install

go get github.com/dollarsignteam/go-fileprobe

Usage

package main

import (
  "log"

  "github.com/dollarsignteam/go-fileprobe"
)

func main() {
  fp := fileprobe.NewHandler()
  if err := fp.Create(); err != nil {
    log.Fatal(err)
  }
  defer fp.Remove()
}

Author

Dollarsign

License

Licensed under the MIT License - see the LICENSE file for details.

About

Probe util with file for golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages