Skip to content

A reusable library for status information for FT services written in GO

License

Notifications You must be signed in to change notification settings

Financial-Times/service-status-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Coverage Status

service-status-go

This library provides a small set of reusable features that most of our microservices need.

BuildInfo

TODO fix passing of flags, doesn't seem to work at the moment !

This depends on the -ldflags feature which allows you to set vars. As an example build this project could be:

    go get github.com/Financial-Times/service-status-go
    cd ${GOPATH}/src/github.com/Financial-Times/service-status-go
    flags="$(${GOPATH}/src/github.com/Financial-Times/service-status-go/buildinfo/ldFlags.sh)"
    go install -a -ldflags="${flags}"
    service-status-go | jq '.'

About

A reusable library for status information for FT services written in GO

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published