mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-07-02 02:16:43 -04:00

the code has been initially written under `monero-operator`, but it turns out that having the exporter available for non-kubernetes users is pretty good, thus, making it its own separate thing. Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
4 lines
143 B
Go
4 lines
143 B
Go
// Package tools simply imports the tooling that we use to maintain this
|
|
// repository, like testing utilities, linting, etc.
|
|
//
|
|
package tools
|