Categorygithub.com/FromMeToMySelf/go-web-bootstrap
module
0.0.0-20210507171233-5304677502f6
Repository: https://github.com/frommetomyself/go-web-bootstrap.git
Documentation: pkg.go.dev

# README

go-web-bootstrap

自用Go Web代码模版

如何运行?

  1. clone project

    cd $GOPATH/src && git clone [email protected]:FromMeToMyself/go-web-bootstrap.git
    
  2. build http server

    cd cmd/http && go build server.go
    
  3. run http server

    ./server -config $GOPATH/src/go-web-bootstrap/config
    

# Packages

No description provided by the author