Skip to content

sandangt/GoRest

Repository files navigation

INFO

Configuration:

  • url: localhost:9062
  • exercise url: "localhost:9062/users/:identityID/line_items"

Init setup:

  • Enable variable GO111MODULE through bash script:
export GO111MODULE=on
  • Project's location: $GOPATH/src/GoRest

Build and run:

cd $GOPATH/src/GoRest/
go build
./GoRest

Packages that have unit tests:

  • Repositories

Test:

  • Repositories:
cd $GOPATH/src/GoRest/Repositories
go test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages