- I recommend you use powershell (try to update: see) for following this course.
- I recommend you use Chocolatey as package installer (see Install)
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go mod tidy
make
choco install make
go mod tidy
make
protoc -Iproto --go_opt=module=github.com/Clement-Jean/proto-go-course --go_out=. proto/*.proto
go mod tidy
go build -o proto-go-course.exe .
./proto-go-course
or
./proto-go-course.exe