Skip to content

A simple Go service that responds to /ping requests

Notifications You must be signed in to change notification settings

ashkan-deriv/ping-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple Go service that responds to /ping requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages