https://github.com/ef2k/utils
A Go package of utilities I commonly use.
https://github.com/ef2k/utils
fileutils go-utils temp-files
Last synced: 5 months ago
JSON representation
A Go package of utilities I commonly use.
- Host: GitHub
- URL: https://github.com/ef2k/utils
- Owner: ef2k
- License: mit
- Created: 2017-09-30T04:16:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T02:03:34.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T15:34:43.922Z (about 1 year ago)
- Topics: fileutils, go-utils, temp-files
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
utils
=====
Short, tested, and actively used utilities for Go.
File operations `utils/fileutil`
--------------------------------
```bash
go get github.com/ef2k/utils/fileutil
```
- `IsDir(string) (bool, error)`
- `Exists(string) (bool, error)`
- `TempDir() *fileutil.TmpDir`
- `TempFile() *fileutil.TmpFile`
License
-------
MIT