requests/response_test.go
huangsimin 3c4a80a8b6 v0.0.2
基本能用的简单请求
2018-10-19 16:26:50 +08:00

10 lines
74 B
Go

package requests
import (
"testing"
)
func TestTest(t *testing.T) {
}