aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/closure_test.go
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-0/+1
This does not yet include support for the //go:embed directive added in this release. * Makefile.am (check-runtime): Don't create check-runtime-dir. (mostlyclean-local): Don't remove check-runtime-dir. (check-go-tool, check-vet): Copy in go.mod and modules.txt. (check-cgo-test, check-carchive-test): Add go.mod file. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280172
2011-09-16Update Go library to r60.Ian Lance Taylor1-0/+53
From-SVN: r178910