Skip to content

Commit 6820a8d

Browse files
committed
chore: init
0 parents  commit 6820a8d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/vmihailenco/modtest/v2
2+
3+
go 1.20

modtest.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package modtest
2+
3+
import "fmt"
4+
5+
func Test() {
6+
fmt.Println("github.com/vmihailenco/modtest/v2")
7+
}

0 commit comments

Comments
 (0)