1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-02 01:08:16 +02:00

Implement config loading

This commit is contained in:
Alexandre Iooss
2020-09-21 19:59:41 +02:00
parent a0d814b76b
commit 28e3b4c753
5 changed files with 382 additions and 7 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module gitlab.crans.org/nounous/ghostream
go 1.13
require github.com/spf13/viper v1.7.1