This commit is contained in:
Edin Dazdarevic
2015-05-28 13:44:39 +02:00
4 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
web/.meteor/local
chub/chub

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# confighub
One hub to config them all

1
chub/init.go Normal file
View File

@@ -0,0 +1 @@
package init

7
chub/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("I am going to eat all the configuration I can!")
}