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