Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmwylie19/go-grpc-course


https://github.com/cmwylie19/go-grpc-course

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Creating a new project
- `go mod init module_name`
- `go get`
- `go install`

## Creating modules from protobuf Directories
go mod init `name`
go get

then push to git