ifraixedes' Go sources
This page contains references to some personal Go sources; there are packages, binaries an examples.
Go packages
Currently the following libraries packages are available (import path => repository).
Go binaries
The following binaries packages are available (install/import path => repository).
Go examples
This section contain a list implementations which are examples of fictional requirements, proof of concepts, etc.
- Go implementation of Payments API designed with OpenAPI [repo]
- Go microservice implementation of a fictional requirements document which uses HTTP and NSQ as a transport [repo]
- Simple tool based in a fictional requirements document which uses the Go CSV reader of the standard library [repo]
- Some personal interest in knowing a bit more of machine learning and involving Go in it [repo]
- A personal collection of Go runnable snippets for learning purpose [repo]