aboutsummaryrefslogtreecommitdiff
path: root/go/internal/cgo/cgo.go
AgeCommit message (Expand)Author
2022-04-12go/internal: gofmtRuss Cox
2021-06-29go/internal/cgo: handle symlinks with $PWD, not -srcdirMatthew Dempsky
2021-02-18go/internal/cgo: set pkgdir with -srcdir instead of CWDMatthew Dempsky
2021-01-19all: replace all usages of os/exec with golang.org/x/sys/execabsRoland Shoemaker
2020-01-29all: fix some staticcheck errorsRebecca Stambler
2018-08-08go/internal/cgo: simplify names of ProcessCgoFiles and RunCgoMichael Matloob
2018-08-03go/packages: add cgo support to go1.10 fallback loaderMichael Matloob