Yongrui An

Results 7 comments of Yongrui An

is it like this Sorry I am just a Beginner i have written into routers/repo/cmpare.go Insert it into line 855 ` title := ctx.FormString("title") body := ctx.FormString("body") quick_pull := ctx.FormBool("quick_pull")...

我是个小白 多见谅。可能做的不太好 我自己写完的代码写了个main函数测试 我在控制台输入这些 `curl http://127.0.0.1:8888/api/normal curl http://127.0.0.1:8888/api/withoutcancel curl http://127.0.0.1:8888/api/stream curl http://127.0.0.1:8888/api/longprocess curl http://127.0.0.1:8888/api/normal & sleep 5 && kill $! wget http://127.0.0.1:8888/api/normal -O - wget http://127.0.0.1:8888/api/withoutcancel -O - wget http://127.0.0.1:8888/api/stream...

i can pass test1 successfully, but failed in test 2 now like this: ` [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests...