command
module
Version:
v0.0.0-...-df9ac10
Opens a new window with list of versions in this module.
Published: Jan 27, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.