Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bovem/go-by-example
https://github.com/bovem/go-by-example
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bovem/go-by-example
- Owner: bovem
- Created: 2023-06-09T15:06:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T17:25:05.000Z (over 1 year ago)
- Last Synced: 2024-06-19T18:01:56.361Z (7 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running Docker Container
```bash
docker run -it --entrypoint="/bin/bash" -v $(pwd):/tmp golang:latest
```