Skip to content

Commit f14f3f9

Browse files
authored
Merge pull request #32 from devfeel/develop
BugFix: remove go mod file.
2 parents 63c1ff4 + 8865ea5 commit f14f3f9

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package mapper
22

33
const (
4-
packageVersion = "0.7.9"
4+
packageVersion = "0.7.10"
55
mapperTagKey = "mapper"
66
jsonTagKey = "json"
77
IgnoreTagValue = "-"

go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.sum

Whitespace-only changes.

version.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## devfeel/mapper
22

3+
#### Version 0.7.10
4+
* BugFix: remove go mod file.
5+
* 2022-04-20 20:00 in ShangHai
6+
37
#### Version 0.7.9
48
* Feature: add feature flag for ignore tag.
59
* Tips: about "-" we keep default behavior as previous version by default, which is use field name as key when mapping structure.

0 commit comments

Comments
 (0)