(t *testing.T)
| 67 | } |
| 68 | |
| 69 | func TestPostFile(t *testing.T) { |
| 70 | res, _ := PostFile("https://google.com/upload", nil, "file", "/Users/betty/project/git_betty200744/ultimate-go/img/ciphers.png") |
| 71 | fmt.Println(string(res[:])) |
| 72 | } |
nothing calls this directly
no test coverage detected