A mix of useful packages, some are works in progress.
Go to file
2022-08-20 13:43:39 -07:00
database dont make it directional 2020-09-04 20:24:37 -07:00
encoding commented code cleanup 2020-08-18 17:47:14 -07:00
log added to the logger interface 2022-08-05 22:04:20 -07:00
net/http changed parameter identifier to brackets over a colon, is more compatable with OpenAPI 2022-08-20 13:43:39 -07:00
rest overhaul of the rest package, made it a little bit more testable(WIP) and understandable 2020-08-22 17:00:38 -07:00
snowflake moving from uint64 to int64. allows use of snowflakes id in databases 2020-07-09 20:02:23 -07:00
time simplifying the repo, commands removed and proper libraries kept 2020-07-08 18:59:37 -07:00
.drone.yml overhaul of the rest package, made it a little bit more testable(WIP) and understandable 2020-08-22 17:00:38 -07:00
.gitignore package reorg 2020-06-11 21:26:57 -07:00
go.mod update library to build for 1.18 2022-06-28 20:23:08 -07:00
go.sum removed unnecessary sums 2020-08-18 17:22:45 -07:00
LICENSE added readme, license, and minimised active dependencies 2020-07-08 19:23:36 -07:00
README.md overhaul of the rest package, made it a little bit more testable(WIP) and understandable 2020-08-22 17:00:38 -07:00

x

A mix of useful packages, some are works in progress.

Build Status

Install

go get github.com/jchenry/x

Contributing

PRs accepted.

License

MIT © Colin Henry