From 9084edf0ed6d7634d920f52dd3d4ed0c4ea89678 Mon Sep 17 00:00:00 2001 From: Andrew Shannon Brown Date: Tue, 3 Sep 2019 20:04:59 -0700 Subject: [PATCH] Use empty go.mod file to exclude package from go mod This package has the same name as the parent package, which causes go mod not to load this directory or anything alphanumerically after it --- fuzz/go.mod | 1 + 1 file changed, 1 insertion(+) create mode 100644 fuzz/go.mod diff --git a/fuzz/go.mod b/fuzz/go.mod new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/fuzz/go.mod @@ -0,0 +1 @@ +