Skip to content

moar55/Golang_RPG2

Repository files navigation

Golang RPG

Project for Advanced Lab Course

Reminders:

  • 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"`
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published