6 lines
97 B
Go
6 lines
97 B
Go
package db
|
|
|
|
func IsSteamRIPCrawled(flag string) bool {
|
|
return IsGameCrawled(flag, "steamrip")
|
|
}
|