| Age | Commit message (Collapse) | Author |
|
This makes the used *mux.Router from github.com/gorilla/mux a global
variable.
A new router is created in the line where the global variable is
created. Handlers can be added across the code base in init() functions.
|
|
|
|
|
|
|
|
This demonstrates the HTTP server is working.
|
|
This should be used for the HTTP routing.
|
|
|
|
This function should be called by main but can also be called by a unit
test to run a server which might have different arguments which will
likely be added.
|
|
This is a starting point to build the server.
|
|
This makes the repository a Go module which is required to fetch
dependencies.
|
|
This explains the purpose of the project.
|
|
|