-
lathos Public
Errors done right for go. A library that allows checking errors for behavior with some built in types for use but also interfaces allowing you the user to define your own errors that implement one …
-
goconfig Public
Strongly typed config for golang apps along with a viper implementation.
Go MIT License UpdatedJun 24, 2024 -
sockets Public
[WIP] Go library for building a socket server and client, featuring middleware support, channels, handler funcs and re-connects.
-
govalidator Public
A simple request validator for go with a fluent api
-
backbone Public template
A template for a go backend server, this is what I use to bootstrap all my projects and adheres as closely as I can get to DDD and Hexagonal architecture.
-
echo-contrib Public
Forked from labstack/echo-contribEcho community contribution
Go MIT License UpdatedMar 1, 2023 -
go-minercraft Public
Forked from tonicpow/go-minercraftInteract with Bitcoin Miner APIs
Go MIT License UpdatedJan 10, 2023 -
powerlevel10k Public
Forked from romkatv/powerlevel10kA Zsh theme
Shell MIT License UpdatedAug 7, 2022 -
migrate Public
Forked from golang-migrate/migrateDatabase migrations. CLI and Golang library.
Go Other UpdatedJul 27, 2022 -
aoe4-client Public
Client library for aoe4 leaderboards etc
-
gogenerate-meetup Public
Slides and test projects for meetup talk
-
-
go-watcher Public
Forked from canthefason/go-watcherWatch your .Go files and restart your processes without any configuration hassle
Go MIT License UpdatedAug 27, 2021 -
go-lib-template Public template
A common template I use when creating go libraries
-
centrifuge-go Public
Forked from centrifugal/centrifuge-goGo WebSocket client for Centrifugo and Centrifuge library
Go MIT License UpdatedJul 1, 2021 -
go-paymail Public
Forked from tonicpow/go-paymailPaymail client & server library for Golang
Go MIT License UpdatedMar 9, 2021 -
goforth Public
A golang implementation of a stack based reverse polish notation language, much like Forth or Bitcoin Script.
-
echo Public
Forked from labstack/echoHigh performance, minimalist Go web framework
Go MIT License UpdatedOct 24, 2019 -
blogexamples Public
mono repo for example code used in https://theflyingcodr.dev
Go MIT License UpdatedSep 4, 2019 -
rabbitmq Public
Golang Amqp library providing consumer and publisher interfaces
-
faas-metar Public
An OpenFaas function for getting METAR information for a weather station
Go MIT License UpdatedJan 4, 2018 -
opendata-api-spec-compiled Public
Forked from OpenBankingUK/opendata-api-spec-compiledOfficial Open Banking UK Open Data API specifications
RAML UpdatedOct 24, 2017 -
WhatTimeZones Public
Small utility that outputs all timezones present on a Microsoft Windows machine
-
Base58Check Public
Forked from paragonie-scott/Base58CheckC# Base58 Checked Encoding
C# Other UpdatedMar 16, 2016 -
-
Azert.HttpClient Public
An async JSON HttpClient wrapper over the .Net HttpClient to simplify interacting with apis.
-
Azert.Pipeline Public
A simple synchronous pipeline utilising the pipes and filters pattern.