Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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