gofight
gofight copied to clipboard
Testing API Handler written in Golang.
I might be missing something totally obvious here. If so I apologize in advance. It seems like by aliasing `*httptest.ResponseRecorder` with `HTTPResponse`, you can no longer access the methods on...
Hi It would be nice if we could disable html escaping ``` encoder := json.NewEncoder(w) encoder.SetEscapeHTML(false) encoder.Encode(r.Data) ``` Cheers, Jan
Hi, is there any way to set the IP address of the mock request? I have a use case where I need to know the IP address of the incoming...
I need to be able to test my endpoint can handle say 5 simultaneous requests. Does gofight + "*testing.B" make sense? I can't find an example. Or should I reach...
saying "appengine: NewContext passed an unknown http.Request" and panic when using appengine.NewContext().
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. Release notes Sourced from golangci/golangci-lint-action's releases. v9.0.0 In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/). What's Changed...