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

https://github.com/realjf/utils

utils for go
https://github.com/realjf/utils

go-utils utils

Last synced: 5 months ago
JSON representation

utils for go

Awesome Lists containing this project

README

          

# utils
utils for go

### Build
**`need use -tags`**
```
go build -tags=[linux,windows,darwin] ...
```

### Tip!!!
If you get this when running your program:
```sh
fork/exec xxxxx: operation not permitted
```

Please use it as root or sudo.

or remove syscall.ProcAttr.Credential
or call SetNoSetGroups(true)