Vendor golang's go/types to include a fix for CGo typechecking.

Ts is go/types forked from go@236abdb46b (just after 1.10) and
cherry-picked go@1006f703ffc, which fixes https://github.com/golang/go/issues/23712.
It can be removed when all builders are >= go1.11.
This commit is contained in:
Ryan Hitchman
2018-02-05 20:29:24 -08:00
parent 01a9f83028
commit c3acf0749b
35 changed files with 11616 additions and 0 deletions

1
third_party/BUILD vendored
View File

@@ -18,6 +18,7 @@ filegroup(
"//third_party/forked/etcd237/pkg/fileutil:all-srcs",
"//third_party/forked/etcd237/wal:all-srcs",
"//third_party/forked/golang/expansion:all-srcs",
"//third_party/forked/golang/go/types:all-srcs",
"//third_party/forked/golang/reflect:all-srcs",
"//third_party/forked/golang/template:all-srcs",
"//third_party/forked/gonum/graph:all-srcs",