Skip to content

Commit

Permalink
- Fixing signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Sergeeva committed Jan 17, 2022
1 parent 9b4edf4 commit 8ae0b0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

"github.com/gin-gonic/gin"
"github.com/go-playground/validator/v10"
ginerrors "github.com/spacetab-io/errors-gin-go"
errs "github.com/spacetab-io/errors-go"
ginerrors "github.com/spacetab-io/errors-go-gin"
"github.com/stretchr/testify/assert"
)

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/spacetab-io/errors-go-gin
module github.com/spacetab-io/errors-gin-go

go 1.16

Expand All @@ -10,5 +10,3 @@ require (
google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0
google.golang.org/grpc v1.43.0
)

//replace github.com/spacetab-io/errors-go => ../errors-go
2 changes: 1 addition & 1 deletion grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"database/sql"
"testing"

ginerrors "github.com/spacetab-io/errors-go-gin"
ginerrors "github.com/spacetab-io/errors-gin-go"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 8ae0b0f

Please sign in to comment.