Useful golang functions and tools
This repository has been archived on 2021-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michael 0fc2aaee3e function to unmarshal proto message from io reader
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-08-10 22:30:19 +01:00
colour first commit 2020-09-17 08:30:07 +01:00
email packages for handling email and protocol buffers 2021-07-13 16:56:01 +01:00
encrypt added encryption modules 2021-07-05 01:32:19 +01:00
logger removed error checking from hostname to only return unknown host 2021-06-30 21:36:25 +01:00
nettools support for connecting to SOCKS5 servers 2021-07-28 14:47:08 +01:00
pb function to unmarshal proto message from io reader 2021-08-10 22:30:19 +01:00
request package for handling and sending http requests 2021-07-28 14:50:31 +01:00
router store sessions in response 2021-04-17 23:18:02 +01:00
tpl dynamically walks through view files in embedFS 2021-04-17 23:17:17 +01:00
.gitignore overhaul with logger using logrus 2021-03-07 13:57:06 +00:00
LICENSE first commit 2020-09-17 08:30:07 +01:00
Makefile router and tpl packages 2021-03-09 01:32:31 +00:00
README.md first commit 2020-09-17 08:30:07 +01:00
go.mod support for connecting to SOCKS5 servers 2021-07-28 14:47:08 +01:00

README.md

Gtools

Useful golang functions and tools