# README
go-web-bootstrap
自用Go Web代码模版
如何运行?
-
clone project
cd $GOPATH/src && git clone [email protected]:FromMeToMyself/go-web-bootstrap.git
-
build http server
cd cmd/http && go build server.go
-
run http server
./server -config $GOPATH/src/go-web-bootstrap/config
# Packages
No description provided by the author