Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@shockerli
Copy link
Owner

  • StringMapE support JSON for []byte
cvt.StringMapE([]byte(`{"name":"cvt","build":true}`))
cvt.StringMapE(AliasTypeString(`{"name":"cvt","build":true}`))
cvt.StringMapE(AliasTypeBytes(`{"name":"cvt","build":true}`))
  • add 4 unit test case for int*
cvt.IntE("00100") // 100
cvt.IntE("-00100") // -100
cvt.IntE("00100.00") // 100
cvt.IntE("-00100.01") // -100

@shockerli shockerli added the enhancement New feature or request label Jan 5, 2022
@shockerli shockerli self-assigned this Jan 5, 2022
@shockerli shockerli merged commit 0ba7150 into master Jan 5, 2022
@shockerli shockerli deleted the feat-new-func branch October 20, 2022 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants