Skip to content

Commit ad2abe9

Browse files
authored
Merge pull request #27 from zalenskivolt/v2-update-go-mod
2 parents 27ab208 + afb96db commit ad2abe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/nakedret/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"golang.org/x/tools/go/analysis/singlechecker"
55

6-
"github.com/alexkohler/nakedret"
6+
"github.com/alexkohler/nakedret/v2"
77
)
88

99
const (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/alexkohler/nakedret
1+
module github.com/alexkohler/nakedret/v2
22

33
go 1.18
44

0 commit comments

Comments
 (0)