- You need to set up the enviromental variables PATH (Windows)/ $PATH (linux) with the values of GOPATH and GOROOT.
- You need to run the .sh(ubuntu)/ .bat (windows) script to get the needed dependencies
- You need to run the govendor script to install the dependencies used in the project
- When creating structs for JSON objects, start all property names with uppercase letters
type Welcome struct {
ServerStatus bool `json:"serverStatus"`
}
-
Jojo is the best
-
Sponsored by Papa John's and Rick and Morty
-
POSTMAN link: https://www.getpostman.com/collections/346b9169291f2220e5a4