https://github.com/mixx3/pingo
Ping service on Golang. Supposed to act like IaaS
https://github.com/mixx3/pingo
golang postgresql rabbitmq testing
Last synced: about 2 months ago
JSON representation
Ping service on Golang. Supposed to act like IaaS
- Host: GitHub
- URL: https://github.com/mixx3/pingo
- Owner: mixx3
- License: bsd-2-clause
- Created: 2023-02-14T09:07:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T05:11:29.000Z (about 3 years ago)
- Last Synced: 2025-03-22T02:28:40.265Z (over 1 year ago)
- Topics: golang, postgresql, rabbitmq, testing
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PinGo
Ping service on Golang. Supposed to act like IaaS
### Build
mkdir -p bin && go build -o bin/ ./cmd/...
make build
### UI
Server docs available on \
http://localhost:8080/swagger/index.html