aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2020-06-10 12:47:23 -0700
committerMatthew Dempsky <mdempsky@google.com>2020-06-10 21:39:03 +0000
commit6aadfcdfad663738519535abc76e819d2843375d (patch)
tree9354953fc49827f9b3a9cb106acdc951fdc5ad78 /api
parentec177e4c83a5f318e3d65e6405ffbd0715834a98 (diff)
downloadgo-6aadfcdfad663738519535abc76e819d2843375d.tar.gz
go-6aadfcdfad663738519535abc76e819d2843375d.zip
go/types: rename UsesCgo to go115UsesCgo
This API and functionality was added late in the Go 1.15 release cycle, and use within gopls has revealed some shortcomings. It's possible (but not decided) that we'll want a different API long-term, so for now this CL renames UsesCgo to a non-exported name to avoid long-term commitment under the Go 1 compat guarantee. Updates #16623. Updates #39072. Change-Id: I04bc0c161a84adebe43e926df5df406bc794c3db Reviewed-on: https://go-review.googlesource.com/c/go/+/237417 Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/go1.15.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/go1.15.txt b/api/go1.15.txt
index f16faa0780..b51837cf38 100644
--- a/api/go1.15.txt
+++ b/api/go1.15.txt
@@ -114,7 +114,6 @@ pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX = 14
pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX ideal-int
pkg go/printer, const StdFormat = 16
pkg go/printer, const StdFormat Mode
-pkg go/types, type Config struct, UsesCgo bool
pkg math/big, method (*Int) FillBytes([]uint8) []uint8
pkg net, method (*Resolver) LookupIP(context.Context, string, string) ([]IP, error)
pkg net/url, method (*URL) EscapedFragment() string