Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T02:03:34.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T10:39:40.637Z (3 months 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