mirror of
https://github.com/go-ini/ini.git
synced 2026-06-19 21:46:45 +02:00
key: support parsing hex number (#178)
* parse hex number on map to struct * pasre hex number on slice int * add test case fix: Key().Int() use ParseInt instead of Atoi * testcase move to L183 * fix names
This commit is contained in:
Vendored
+1
@@ -36,6 +36,7 @@ INT = 10
|
||||
TIME = 2015-01-01T20:17:05Z
|
||||
DURATION = 2h45m
|
||||
UINT = 3
|
||||
HEX_NUMBER = 0x3000
|
||||
|
||||
[array]
|
||||
STRINGS = en, zh, de
|
||||
|
||||
Reference in New Issue
Block a user