Skip to content

Commit

Permalink
Merge pull request #27 from zalenskivolt/v2-update-go-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkohler authored Apr 11, 2023
2 parents 27ab208 + afb96db commit ad2abe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/nakedret/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"golang.org/x/tools/go/analysis/singlechecker"

"github.com/alexkohler/nakedret"
"github.com/alexkohler/nakedret/v2"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/alexkohler/nakedret
module github.com/alexkohler/nakedret/v2

go 1.18

Expand Down

0 comments on commit ad2abe9

Please sign in to comment.