Categorygithub.com/codeChutney/go-mux
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.

Based on https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql

TODO - GOLANG

  1. Understand where the go binaries are stored when running get-go. i.e Understand the default recommended package structure.
  2. Look into linting. Learn good practices and different options.
  3. go.mod? mod stands for module.

Sources/References

  1. https://github.com/TomFern/go-mux-api
  2. https://github.com/hashicorp/consul

Some notes

  1. Docker for postgres: docker run -it -p 5432:5432 -d -e POSTGRES_PASSWORD=Pass2020! postgres

# Structs

No description provided by the author