初始化项目
This commit is contained in:
parent
1297d00c09
commit
20b3f8390c
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
### Go template
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
.fleet
|
||||||
|
release
|
||||||
|
logs
|
||||||
|
.scannerwork
|
||||||
|
.env
|
||||||
|
__debug*
|
@ -1,3 +1,3 @@
|
|||||||
# validate
|
# 数据验证规则
|
||||||
|
|
||||||
数据验证封装库, 基于 github.com/go-playground/validator/v10 二次封装
|
数据验证封装库, 基于 github.com/go-playground/validator/v10 二次封装
|
Loading…
x
Reference in New Issue
Block a user