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