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