felixge / felixge/go-patch-overlay
Compile failed.
Open
- Dominant language
- Go
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In ./example/goroutineid foler. Execute `go1.16 build -overlay="$(../../go-patch-overlay ./patches)"`
```sh
go1.16 build -overlay="$(../../go-patch-overlay ./patches)"
# github.com/felixge/go-patch-overlay/example/goroutineid
./main.go:17:21: undefined: runtime.Getgid
./main.go:20:22: undefined: runtime.Getgid
./main.go:24:22: undefined: runtime.Getgid
./main.go:28:22: undefined: runtime.Getgid
```
How should I fix it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.