db/sqlexecutor.go:
implement setting field style of json and database.
实现设置 json,数据库的字段风格
fix
demo/todo/tests/fail_test.go:
move fail_test.go to package fail_test.
config/config.go:
modify public variable RoleList to private variable roleList, add public func RoleList();
public variable MethodList does the same.
修改公有变量RoleList, MethodList为私有变量,增加对应的导出函数.
feat
fix
demo/todo/tests/fail_test.go: move
fail_test.go
to package fail_test.config/config.go: modify public variable
RoleList
to private variableroleList
, add public funcRoleList()
; public variableMethodList
does the same. 修改公有变量RoleList
,MethodList
为私有变量,增加对应的导出函数.