This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/common/randomname/randomtype.go
2024-09-23 00:53:43 +08:00

9 lines
226 B
Go

package randomname
type RandomType int
const (
AdjectiveAndPerson RandomType = iota // 形容词+人物 例如:帅气的罗纳尔多
PersonActSomething // 人物+做事情 例如:梅西吃爆米花
)