Skip to content

cuttleman/go-health-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Locally

Make sure you have Go version 1.17 or newer and the Heroku CLI installed.

$ go build -o bin/server -v .
$ heroku local

Your app should now be running on localhost:4000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy

Documentation

For more information about using Go on Heroku, see these Dev Center articles:

About

Health-checker based on chainlist with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages