ycaihua / golang-rest-bootstrap

RESTful web server in Go with best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-rest-bootstrap

Build Status

Bootstrap a RESTful web server in Golang

$ go get github.com/jakecoffman/golang-rest-bootstrap
$ cd $GOPATH/src/github.com/jakecoffman/golang-rest-bootstrap
$ go run main.go

This will serve static files from the static directory under the path /static and also serve /static/index.html from /.

This is a perfect start for an angular project.

About

RESTful web server in Go with best practices


Languages

Language:Go 98.4%Language:HTML 1.6%