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
- Host: GitHub
- URL: https://github.com/realjf/utils
- Owner: realjf
- License: apache-2.0
- Created: 2022-12-01T02:39:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T12:23:26.000Z (over 3 years ago)
- Last Synced: 2024-04-13T19:06:03.015Z (about 2 years ago)
- Topics: go-utils, utils
- Language: Go
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)