aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.go b/main.go
deleted file mode 100644
index f55943d..0000000
--- a/main.go
+++ /dev/null
@@ -1,12 +0,0 @@
-//+build !test
-
-package main
-
-import (
- "bareos-zabbix-check/zabbix"
- "fmt"
-)
-
-func main() {
- fmt.Print(zabbix.Main())
-}