7 lines
91 B
Go
7 lines
91 B
Go
|
package consts
|
||
|
|
||
|
const (
|
||
|
// TAG animal/ 接口模式
|
||
|
AnimalModePrefer string = "prefer"
|
||
|
)
|