mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
04e804f4e2
go-bindata is a small utility which generates Go code from any file.
11 lines
169 B
Diff
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
|
|
|