PIG - a dummy app Build/Test/Run To build project hit: go build To run tests hit: go test ./... To run the app hit: go run main.go or run compiled binary ./pig