This repository is my favorite way of kicking of a new API project in go. Read my blog post for all the details.
- Install go (v1.13 or later)
go build
./my-go-api
curl localhost:8080
curl localhost:8080/Jonny
curl localhost:8080/orders
go test -v
This repository is my favorite way of kicking of a new API project in go. Read my blog post for all the details.
go build
./my-go-api
curl localhost:8080
curl localhost:8080/Jonny
curl localhost:8080/orders
go test -v