/go-go-brr

A repo to learn go and grpc

Primary LanguageGo

go-go-brr

A repo to learn go and protobufs

Build

go build -o ./bin/main github.com/raphaelluethy/go-go-brr

Output: ./bin/main

Test

To test, run go test ./... in the backend directory.

Run

go run ./main.go

# or

air