From 8840833628c7f6948123ffe1c66385bd802a6d69 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Thu, 20 Feb 2020 15:53:26 +0100 Subject: [PATCH] Add fileb0x to tools so go mod tidy doesn't remove it --- 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..2343be2d7 --- /dev/null +++ b/tools.go @@ -0,0 +1,7 @@ +// +build tools + +package main + +import ( + _ "github.com/UnnoTed/fileb0x" +)