mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
10 lines
169 B
Diff
10 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
|
|
|