aboutsummaryrefslogtreecommitdiff
path: root/libgo/misc/cgo/stdio/file.go
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-44/+0
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2017-06-27libgo: add misc/cgo filesIan Lance Taylor1-0/+44
Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674