11
0

Add env vars and Prometheus metrics

This commit is contained in:
2021-06-17 13:52:17 +03:00
parent d1bc505cb4
commit 1595732dc9
6 changed files with 214 additions and 31 deletions

9
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,9 @@
repos:
- repo: git://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-vet
- id: go-lint
- id: go-build
- id: go-mod-tidy