Skip to content

Commit a32634d

Browse files
authored
Merge pull request #30 from devfeel/bugfix/gomod-module-name
bugfix for the module name
2 parents fc863ad + c91e365 commit a32634d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
module mapper
1+
module github.com/devfeel/mapper
22

33
go 1.16
4-
5-
require github.com/devfeel/mapper v0.7.6

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/devfeel/mapper v0.7.6 h1:FItOzW4YpEp1x+U1izauW5+sbVIiymOwF7AiWxIdUVk=
2-
github.com/devfeel/mapper v0.7.6/go.mod h1:foz4u16jrssGoDfnWYQGFcthjlU6uBV5UV8uYJfKneA=

0 commit comments

Comments
 (0)