6 lines
93 B
Go
6 lines
93 B
Go
package db
|
|
|
|
func IsChovkaCrawled(flag string) bool {
|
|
return IsGameCrawled(flag, "chovka")
|
|
}
|