diff options
author | Julien Dessaux | 2021-04-23 16:51:22 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-04-23 16:51:22 +0200 |
commit | 38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8 (patch) | |
tree | d3f7167fae6388f4db35a63e660d1816c9c2943e /main.go | |
parent | Fixed wrongfully hardcoded path in tests. (diff) | |
download | bareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.tar.gz bareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.tar.bz2 bareos-zabbix-check-38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8.zip |
Updated for go 1.16 modules1.2
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 12 |
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()) -} |