Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Jan 12, 2023
0 parents commit 6820a8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/vmihailenco/modtest/v2

go 1.20
7 changes: 7 additions & 0 deletions modtest.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package modtest

import "fmt"

func Test() {
fmt.Println("github.com/vmihailenco/modtest/v2")
}

0 comments on commit 6820a8d

Please sign in to comment.