Categorygithub.com/felixge/go-patch-overlay
modulepackage
0.0.0-20210513144820-ef4e35a80eb2
Repository: https://github.com/felixge/go-patch-overlay.git
Documentation: pkg.go.dev

# README

go-patch-overlay

An experimental way to apply patches to the Go runtime at build time.

Assuming you have a directory of patches to apply to the Go source tree, you can use it like this:

$ go build -overlay="$(go-patch-overlay ./patches)"

This will work for patches aimed at the runtime or stdlib. It won't work for the compiler/linker.

# Structs

No description provided by the author