2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00

initial commit

This commit is contained in:
Carlo Strub 2017-02-20 22:24:11 +00:00
parent 5562e74d3c
commit f2e326313b
2 changed files with 13 additions and 0 deletions

4
glide.lock generated Normal file
View File

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

9
main.go Normal file
View File

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