https://github.com/hokkung/go-gateway
simple go gateway
https://github.com/hokkung/go-gateway
Last synced: 3 months ago
JSON representation
simple go gateway
- Host: GitHub
- URL: https://github.com/hokkung/go-gateway
- Owner: hokkung
- Created: 2021-05-29T13:36:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T04:34:01.000Z (about 4 years ago)
- Last Synced: 2025-01-18T01:43:59.312Z (4 months ago)
- Language: Go
- Size: 7.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### install
- go mod init "git/{user}/{repo-name}"### proto
- install protoc
- set PATH protoc to enviroment
- install protoc-gen-go
```
go get -u github.com/golang/protobuf/protoc-gen-go
```