Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 240 Bytes

Ping Service

A simple Go service that responds to /ping requests with "pong".

Running the service

go run main.go

The service will start on port 8080. You can test it using:

curl http://localhost:8080/ping