pantry/projects/github.com/kevinburke/go-bindata/patch-go-modules.diff
Nicolas M 04e804f4e2 +go-bindata
go-bindata is a small utility which generates Go code from any file.
2023-03-14 08:06:05 -04:00

11 lines
169 B
Diff

diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ce4eba8
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/kevinburke/go-bindata
+
+go 1.19