Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phith0n/go_sampler
A sample for Go project
https://github.com/phith0n/go_sampler
Last synced: 3 months ago
JSON representation
A sample for Go project
- Host: GitHub
- URL: https://github.com/phith0n/go_sampler
- Owner: phith0n
- Created: 2023-11-24T10:06:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T03:44:47.000Z (5 months ago)
- Last Synced: 2024-08-12T04:45:44.039Z (5 months ago)
- Language: Go
- Size: 59.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_sampler
Simple description.
## Building
### Mac/Linux
0) set GOROOT environment variable
1) Install Go and Make
2) goreleaser## Running
### Mac/Linux
```
./go_sampler
```## Testing
run either the docker container or the raw application binary
```
curl http://localhost:8080/ping
```