Skip to content

Commit

Permalink
Merge pull request #32 from devfeel/develop
Browse files Browse the repository at this point in the history
BugFix: remove go mod file.
  • Loading branch information
devfeel authored Apr 20, 2022
2 parents 63c1ff4 + 8865ea5 commit f14f3f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constant.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package mapper

const (
packageVersion = "0.7.9"
packageVersion = "0.7.10"
mapperTagKey = "mapper"
jsonTagKey = "json"
IgnoreTagValue = "-"
Expand Down
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

Empty file removed go.sum
Empty file.
4 changes: 4 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## devfeel/mapper

#### Version 0.7.10
* BugFix: remove go mod file.
* 2022-04-20 20:00 in ShangHai

#### Version 0.7.9
* Feature: add feature flag for ignore tag.
* Tips: about "-" we keep default behavior as previous version by default, which is use field name as key when mapping structure.
Expand Down

0 comments on commit f14f3f9

Please # to comment.