This commit is contained in:
Havoc412 2024-10-31 20:43:29 +08:00
parent cee2ebc1e1
commit 044e749060

View File

@ -14,7 +14,6 @@ import (
"strconv"
"github.com/gin-gonic/gin"
)
type Animals struct { // INFO 起到一个标记的作用,这样 web.xxx 的时候不同模块就不会命名冲突了。