Skip to content

Commit

Permalink
Merge pull request #59 from ooni/procedure
Browse files Browse the repository at this point in the history
doc(README.md): remember to diff with upstream
  • Loading branch information
bassosimone authored Mar 27, 2024
2 parents eeb964f + d1d6540 commit 7ff500c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ and otherwise replace `*tls.Conn` with `TLSConn`;
- [ ] make sure the codebase does not call `tls.Client` *anywhere* except for `tlsconn.go`
(`git grep -n 'tls\.Client'`) and otherwise replace `tls.Client` with `TLSClientFactory`;

- [ ] diff with upstream (`diff --color=never -ru .../golang/go/src/net/http .`) and
make sure what you see makes sense in terms of the original patches;

- [ ] ensure `go build -v ./...` still works;

- [ ] ensure `go test -race ./...` is still passing;
Expand Down

0 comments on commit 7ff500c

Please sign in to comment.