go structure commit

This commit is contained in:
Senad Uka
2015-05-27 20:24:22 +02:00
parent 37de65928e
commit 086535a70c
2 changed files with 7 additions and 0 deletions

BIN
chub/chub Executable file

Binary file not shown.

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!")
}