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

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 :)

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**