https://github.com/tbdsux/mini-go
Random go functions for easy life :)
https://github.com/tbdsux/mini-go
go mini-functions simple-functions utility-functions
Last synced: 6 months ago
JSON representation
Random go functions for easy life :)
- Host: GitHub
- URL: https://github.com/tbdsux/mini-go
- Owner: tbdsux
- License: isc
- Created: 2020-11-20T12:21:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T13:05:17.000Z (over 3 years ago)
- Last Synced: 2025-11-30T13:55:28.526Z (8 months ago)
- Topics: go, mini-functions, simple-functions, utility-functions
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-go
Simple / mini / trivial functions to aid and help in go programming
## Install
```sh
go get -u github.com/tbdsux/mini-go
```
## Packages
- `pickle`
Random picker from slice
- `requester`
A custom wrapper to the `http.Request` to handle auto json serialize / deserialize
- `mini`
Simple utility functions
##
**© 2020 | tbdsux**