From a5bfd9da1d1b24f326399b6b75558ded14514f23 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Tue, 17 Dec 2019 09:00:57 -0500 Subject: go/build: rename WorkingDir to Dir Fixes #36168 Change-Id: If2b7368671e83657a3a74dd030e66e7c68bf2361 Reviewed-on: https://go-review.googlesource.com/c/go/+/211657 Reviewed-by: Brad Fitzpatrick Reviewed-by: Jay Conrod --- api/go1.14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/go1.14.txt b/api/go1.14.txt index 9146eec025..af962ec0ab 100644 --- a/api/go1.14.txt +++ b/api/go1.14.txt @@ -144,7 +144,7 @@ pkg debug/dwarf, method (*Reader) ByteOrder() binary.ByteOrder pkg encoding/asn1, const TagBMPString = 30 pkg encoding/asn1, const TagBMPString ideal-int pkg encoding/json, method (*Decoder) InputOffset() int64 -pkg go/build, type Context struct, WorkingDir string +pkg go/build, type Context struct, Dir string pkg go/doc, func NewFromFiles(*token.FileSet, []*ast.File, string, ...interface{}) (*Package, error) pkg go/doc, type Example struct, Suffix string pkg go/doc, type Func struct, Examples []*Example -- cgit v1.2.3-54-g00ecf