Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmwylie19/go-grpc-course
https://github.com/cmwylie19/go-grpc-course
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmwylie19/go-grpc-course
- Owner: cmwylie19
- Created: 2021-04-14T23:25:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T23:20:03.000Z (over 3 years ago)
- Last Synced: 2024-04-22T00:21:34.579Z (9 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 getthen push to git