diff --git a/.gitignore b/.gitignore index 5c40d91..c94ed1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ web/.meteor/local +chub/chub diff --git a/README.md b/README.md new file mode 100644 index 0000000..339e009 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# confighub + +One hub to config them all diff --git a/chub/init.go b/chub/init.go new file mode 100644 index 0000000..4aabbfc --- /dev/null +++ b/chub/init.go @@ -0,0 +1 @@ +package init \ No newline at end of file diff --git a/chub/main.go b/chub/main.go new file mode 100644 index 0000000..a3edea8 --- /dev/null +++ b/chub/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("I am going to eat all the configuration I can!") +}