完善包注释,便于godoc管理

This commit is contained in:
John
2018-01-03 10:38:53 +08:00
parent b0ebf48930
commit 27564157f3
41 changed files with 60 additions and 47 deletions

View File

@ -3,7 +3,7 @@
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://gitee.com/johng/gf.
//
// 通用数据验证工具
// 本来打算取名gvalidator的名字太长了缩写一下
/*
@ -50,7 +50,6 @@ in 格式in:value1,value2,... 说明:参
not-in 格式not-in:value1,value2,... 说明参数值不应该在value1,value2,...中(字符串匹配)
regex 格式regex:pattern 说明参数值应当满足正则匹配规则pattern
*/
package gvalid
import (