1st
This commit is contained in:
15
tennis_api_test.go
Normal file
15
tennis_api_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package flashscore
|
||||
|
||||
/*
|
||||
func TestLoadTennisMatchStat(t *testing.T) {
|
||||
stat, err := LoadTennisMatchStat("6V2F8wIB")
|
||||
if err != nil {
|
||||
t.Log(err)
|
||||
t.Failed()
|
||||
} else {
|
||||
buf, _ := json.MarshalIndent(stat, "", " ")
|
||||
fmt.Printf("LoadTennisMatchStat: %s\n", buf)
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user