Skip to content

cburmeister/go-bones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-bones

An example Golang web server.


Get a handful of dependencies:

$ go get "github.com/fengsp/knight"
$ go get "github.com/gorilla/mux"

Run the server:

$ go run main.go
* Knight serving on :8000
* Restarting with reloader

GET the /user endpoint:

$ curl localhost:8000/user/cburmeister
<h1>cburmeister</h1>

About

An example Golang web server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published