Skip to content

gentom/echo-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-experiment

Recipe

$ cd echo-experiment/
$ go mod init
$ go get -u github.com/labstack/echo
$ vim server.go
$ go build
$ ./echo-experiment

Curl

$ curl http://localhost:8080/
ʕ◔ϖ◔ʔ

$ curl -X POST -H "Content-Type: application/json" -d '{"name":"jojo"}'  http://localhost:8080/post
{"name":"jojo"}

About

echo framework experiment in Go1.11 (Modules)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages