We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 6820a8dCopy full SHA for 6820a8d
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/vmihailenco/modtest/v2
2
+
3
+go 1.20
modtest.go
@@ -0,0 +1,7 @@
+package modtest
+import "fmt"
4
5
+func Test() {
6
+ fmt.Println("github.com/vmihailenco/modtest/v2")
7
+}
0 commit comments