Skip to content

vonwenm/heartbeat-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Heartbeat library

Usage

Include the following in your code to run the heartbeat service on your 10101 port:

go RunHeartbeatService(":10101")

To have build number, build your go program with the following option:

go build --ldflags="-X github.com/enbritely/heartbeat-golang.CommitHash `git rev-parse HEAD`"

About

Heartbeat service for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%