Geektrust backend project
- Go to
$GOPATH/src/geektrust
- Run
go build .
- This will create an executable file named geektrust
- After generating executable file (geektrust)
- Run
./geektrust <Absolute path of input file>
- Go to
$GOPATH/src/geektrust
- Run
go run main.go <Absolute path of input file>
- Go to
$GOPATH/src/geektrust
- Run
go test -v ./...