Add fileb0x to tools so go mod tidy doesn't remove it

This commit is contained in:
Ilja Neumann
2020-02-20 15:53:26 +01:00
parent 8453a1380a
commit 8840833628
+7
View File
@@ -0,0 +1,7 @@
// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
)