summaryrefslogtreecommitdiff
path: root/app/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/test.go')
-rw-r--r--app/test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/test.go b/app/test.go
new file mode 100644
index 0000000..0b56fae
--- /dev/null
+++ b/app/test.go
@@ -0,0 +1,6 @@
+package main
+
+func insertHost() {
+ h := Host{Url: "https://mx.iamfabulous.de/", Monitored: true, Private: false}
+ Db.Create(&h)
+}