You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/internal/linker/patches
Daniel Martí 04df5ea4df add linker patches for Go 1.23
Rebasing the Go 1.22 patches on top of Go 1.23.0,
as published on https://github.com/burrowers/go-patches/pull/7.

Updates #859.
7 months ago
..
go1.22 add and test initial support for Go 1.22 1 year ago
go1.23 add linker patches for Go 1.23 7 months ago
README internal/linker: add README with docs 2 years ago

README

The patches are maintained and reviewed at https://github.com/burrowers/go-patches/pulls.

For stable releases, the patches are generated like:

	git format-patch --relative=src release-branch.go1.20..garble-go1.20

For master:

	git format-patch --relative=src master..garble-go1.21