https://github.com/bpazy/ping
ping! pong~
https://github.com/bpazy/ping
Last synced: 3 months ago
JSON representation
ping! pong~
- Host: GitHub
- URL: https://github.com/bpazy/ping
- Owner: Bpazy
- Created: 2021-07-21T06:22:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T12:21:54.000Z (over 2 years ago)
- Last Synced: 2025-01-03T20:12:28.197Z (5 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ping
[](https://github.com/Bpazy/ping/actions/workflows/build.yml)
[](https://github.com/Bpazy/ping/actions/workflows/docker-publish.yml)If you type the following code:
```shell
curl http://localhost:8080/ping
```
The response you will get:
```json
{
"addr": [
"192.168.31.10",
"192.168.194.10"
],
"message": "pong"
}
```