diff options
Diffstat (limited to 'conf/main.go')
-rw-r--r-- | conf/main.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/main.go b/conf/main.go new file mode 100644 index 0000000..13bcf35 --- /dev/null +++ b/conf/main.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Printf("hello world") +} |