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:8080curl localhost:8080/Jonnycurl localhost:8080/orders
go test -v
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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-apicurl localhost:8080curl localhost:8080/Jonnycurl localhost:8080/ordersgo test -v