Merge branch 'master' of https://github.com/edazdarevic/confighub
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
web/.meteor/local
|
||||
chub/chub
|
||||
|
||||
1
chub/init.go
Normal file
1
chub/init.go
Normal file
@@ -0,0 +1 @@
|
||||
package init
|
||||
7
chub/main.go
Normal file
7
chub/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("I am going to eat all the configuration I can!")
|
||||
}
|
||||
Reference in New Issue
Block a user