diff --git a/cmd/explore/img/go.mod b/cmd/explore/img/go.mod new file mode 100644 index 0000000..5185d44 --- /dev/null +++ b/cmd/explore/img/go.mod @@ -0,0 +1,2 @@ +// empty go.mod workaround for file names containing ' and : +// see https://github.com/golang/go/issues/41402#issuecomment-692749221