Skip to content

Commit de7c501

Browse files
committed
#### Version 0.7.8
* Refactor: use mapperObject refactored the static version implementation. * 2022-04-16 10:00 in ShangHai
1 parent 28d634f commit de7c501

File tree

6 files changed

+86
-516
lines changed

6 files changed

+86
-516
lines changed

constant.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package mapper
22

33
const (
4-
packageVersion = "0.7.6"
4+
packageVersion = "0.7.8"
55
mapperTagKey = "mapper"
66
jsonTagKey = "json"
77
IgnoreTagValue = "-"
88
nameConnector = "_"
99
formatTime = "15:04:05"
1010
formatDate = "2006-01-02"
1111
formatDateTime = "2006-01-02 15:04:05"
12-
)
12+
)

0 commit comments

Comments
 (0)