summaryrefslogtreecommitdiff
path: root/manager/main.go
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-25 10:27:03 +0000
committerMatthieu <matthieu@developershouse.xyz>2021-09-25 10:27:03 +0000
commitb7af2f42afc691d418a7dd006f5bad3285f0549c (patch)
tree1ffd803a679bf7d72611459177acd801d935a8ba /manager/main.go
parent376f00642c2adba158b148a7933383af53ecdba1 (diff)
parentf81d93f1c8fd5f5a525b2f7f7ac53c0d554d33f4 (diff)
Merge branch 'management' of https://github.com/discordnova/nova into management
Diffstat (limited to 'manager/main.go')
-rw-r--r--manager/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/manager/main.go b/manager/main.go
new file mode 100644
index 0000000..0507461
--- /dev/null
+++ b/manager/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hi! I am the nova manager :)")
+} \ No newline at end of file