]> Sergey Matveev's repositories - path-extractor.git/commitdiff
Modularize project
authorSergey Matveev <stargrave@stargrave.org>
Wed, 3 Feb 2021 10:39:42 +0000 (13:39 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 3 Feb 2021 10:39:42 +0000 (13:39 +0300)
go.mod [new file with mode: 0644]

diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..865bf9c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/edi9999/path-extractor
+
+go 1.15