modulepackage
0.0.0-20201022035144-e5cabb0bd056
Repository: https://github.com/codechutney/go-mux.git
Documentation: pkg.go.dev
# README
go-mux
This is just a 'Go' learning experiment.
TODO - GOLANG
- Understand where the go binaries are stored when running get-go. i.e Understand the default recommended package structure.
- Look into linting. Learn good practices and different options.
- go.mod? mod stands for module.
Sources/References
Some notes
- Docker for postgres: docker run -it -p 5432:5432 -d -e POSTGRES_PASSWORD=Pass2020! postgres
# Structs
No description provided by the author