Skip to content

kimchunhe/echosample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echosample

Build Status codecov

Getting Started

Get source

$ go get github.com/pangpanglabs/echosample

Test

$ go test github.com/pangpanglabs/echosample/...

Run

$ cd $GOPATH/src/github.com/pangpanglabs/echosample
$ go run main.go

Visit http://127.0.0.1:8080/

Tips

Live reload utility

Install

$ go get github.com/codegangsta/gin

Run

$ gin -a 8080  -i --all r

Visit http://127.0.0.1:3000/

References

About

echo framework sample project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.7%
  • HTML 25.6%
  • CSS 3.9%
  • Dockerfile 1.8%