healthbells

command module
v0.0.0-...-df9ac10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

README

HealthBells - Simple Golang Healthcheck

Init

go mod init github.com/tillkuhn/angkor/tools/healthbells

Run

HEALTHBELLS_DEBUG=true HEALTHBELLS_INTERVALS=10s go run main.go

Go sandbox

Run from a directory of your project to download all go-gettable dependencies.

go get -d ./...

The second will list all subdependencies, the first only the directly imported packages. source

go list -f '{{ join .Imports "\n" }}'
go list -f '{{ join .Deps "\n" }}'

https://golang.cafe/blog/upgrade-dependencies-golang.html

Checkout

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL