This commit is contained in:
2021-07-25 19:05:59 +08:00
parent d0e44320fc
commit c463d12f0b
47 changed files with 201 additions and 201 deletions

View File

@ -2,7 +2,7 @@
//
// Description : 任意类型之间的相互转换
//
// Author : go_developer@163.com<张德满>
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2021-02-23 10:23 下午
package convert
@ -16,7 +16,7 @@ package convert
代码中有一个Scaner接口可以自行实现然后通过"convertAssign()"函数作为dst参数传入。
Author : zhangdeman001@ke.com<张德满>
Author : zhangdeman001@ke.com<白茶清欢>
*/
import (