ef2k / utils

A Go package of utilities I commonly use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 100.0%