Skip to content

Commit

Permalink
Merge pull request #27 from qnighy/mod-prefix
Browse files Browse the repository at this point in the history
Add /v4 suffix for go modules
  • Loading branch information
izumin5210 authored Feb 28, 2020
2 parents 269c4c3 + cff0844 commit ef6fd55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ import (
"errors"

"github.com/k0kubun/pp"
"github.com/srvc/fail"
"github.com/srvc/fail/v4"
)

var myErr = fail.New("this is the root cause")
Expand Down Expand Up @@ -285,7 +285,7 @@ package middleware
import (
"net/http"

"github.com/srvc/fail"
"github.com/srvc/fail/v4"
"github.com/creasty/gin-contrib/readbody"
"github.com/gin-gonic/gin"

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/srvc/fail
module github.com/srvc/fail/v4

go 1.13

Expand Down

0 comments on commit ef6fd55

Please sign in to comment.