build-web-application-with-golang/en/07.4.md at master - GitHub
To begin, you need to install Go and initialize a new module to manage your dependencies.
: Registers a pattern (like / ) and a function to handle it.
: Initialize your project by running go mod init in your terminal.