Error code standardization

This commit is contained in:
skiffer-git
2023-01-13 20:58:06 +08:00
parent 16c9f670cf
commit 87ce1895e3
7 changed files with 471 additions and 310 deletions
+4
View File
@@ -132,3 +132,7 @@ func IsRepeatStringSlice(arr []string) bool {
}
return false
}
func IsRepeatID(args ...interface{}) bool {
return false
}