Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/go-patch-overlay

WIP
https://github.com/felixge/go-patch-overlay

Last synced: about 2 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# go-patch-overlay

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

Assuming you have a directory of [patches](./example/goroutineid/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.