Skip to content

ef2k/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

utils

Short, tested, and actively used utilities for Go.

File operations utils/fileutil

go get github.com/ef2k/utils/fileutil
  • IsDir(string) (bool, error)
  • Exists(string) (bool, error)
  • TempDir() *fileutil.TmpDir
  • TempFile() *fileutil.TmpFile

License

MIT

About

A Go package of utilities I commonly use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages