(t *testing.T)
| 18 | fmt.Println(string(result)) |
| 19 | } |
| 20 | func TestGetImage(t *testing.T) { |
| 21 | res, _ := GetImage("https://bit.ly/2IRnmVm") |
| 22 | fmt.Println(res) |
| 23 | } |
| 24 | func TestDownload(t *testing.T) { |
| 25 | res, _ := Download("http://storage.xiaowugame.com/upload/image/5401ebbeaa94302f60bed3d06409139d.png") |
| 26 | fmt.Println(res) |
nothing calls this directly
no test coverage detected