Skip to content

abhishek70/golang-rest-api

Repository files navigation

Golang REST API

Build

go build

Run

go run .

Product Service

curl -v http://localhost:8080/products

Tests

go test -v ./tests/...