Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkabdelrahman/proglog
https://github.com/mkabdelrahman/proglog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkabdelrahman/proglog
- Owner: MKAbdElrahman
- Created: 2024-04-01T07:07:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:53:15.000Z (9 months ago)
- Last Synced: 2024-04-16T08:59:25.955Z (9 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deps
### Task
```
go install github.com/go-task/task/v3/cmd/task@latest
```### protoc and Go plugin
```
apt install -y protobuf-compiler
protoc --version
``````bash
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
```