summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/logs/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/logs/main.go b/cmd/logs/main.go
new file mode 100644
index 0000000..eb6a1b5
--- /dev/null
+++ b/cmd/logs/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("hello, world!")
+}