Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 151 Bytes

File metadata and controls

11 lines (9 loc) · 151 Bytes

golang-microservice-example

Running

go run cmd/app/main.go
curl --request GET \
  --url 'http://localhost:8080/hello?name=Mate'