This guide walks you through writing a complete service in goa. The simple service implements the basic example found in the GitHub repository. The instructions assume the use of Go modules and as such require Go version 1.11 or greater.
Prerequisites The instructions below create a new project under your home directory. You can replace $HOME with any other location. The only caveat is that if you choose a directory that lives under your GOPATH then you need to make sure that modules are enabled by setting the environment variable GO111MODULE to on.
↧