From 5e2351b08cf48cea1194751135435e6ae5d9fa58 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 7 Feb 2020 15:25:10 +0100 Subject: [PATCH] lock tools --- tools.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools.go diff --git a/tools.go b/tools.go new file mode 100644 index 000000000..f1911ffdc --- /dev/null +++ b/tools.go @@ -0,0 +1,7 @@ +// +build tools + +package main + +import ( + _ "github.com/restic/calens" +)