initial commit

master
Carlo Strub 7 years ago
parent 5562e74d3c
commit f2e326313b

4
glide.lock generated

@ -0,0 +1,4 @@
hash: e01a94e522ffe651c39d713d40e62bf312605f2504949b92a96797dab5faf2f3
updated: 2017-02-20T22:22:08.238892736Z
imports: []
testImports: []

@ -0,0 +1,9 @@
package main
import (
"github.com/spf13/viper"
)
func main() {
viper.SetConfigName("sisyphus")
}
Loading…
Cancel
Save