Mattias Wadman
Mattias Wadman
[Release notes](https://golang.org/doc/devel/release.html)
This is still work in progress. Work on oniguruma (https://github.com/kkos/oniguruma) has been discontinued so we need to find some other regex implementation. To build and test: ./configure --with-oniguruma=no --with-pcre2 make...
[Tags](https://github.com/golang/term/tags)
[Tags](https://github.com/golang/net/tags)
[Tags](https://github.com/golang/crypto/tags)
[Release notes](https://github.com/golangci/golangci-lint/releases/tag/v2.7.2)
[Release notes](https://github.com/golangci/golangci-lint/releases/tag/v2.7.2)
Synced with golang std http fs_test.go https://github.com/golang/go/blob/456a90aa1618a6c3aa49ecba46969128e2bfa26f/src/net/http/fs_test.go#L607 See upstream comment why this is needed. We should probably rebase devd fileserver.* on latest golang fs.*