github.com/goplus/yap@v0.8.1/ytest/demo/foo/foo_ytest.gox (about) 1 mock "foo.com", new(AppV2) 2 3 id := "123" 4 get "http://foo.com/p/${id}" 5 ret 200 6 json { 7 "id": id, 8 }