Skip to content

Commit 553e003

Browse files
committed
doc/go1.15: add 32-bit darwin removal and Resolver.LookupIP
Change-Id: I3a67908de9c85bcd39fb03c1b674caa9f817606b Reviewed-on: https://go-review.googlesource.com/c/go/+/231117 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent ecdbffd commit 553e003

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/go1.15.html

+17
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ <h2 id="language">Changes to the language</h2>
3131

3232
<h2 id="ports">Ports</h2>
3333

34+
<h3 id="darwin">Darwin</h3>
35+
36+
<p> <!-- golang.org/issue/37610, golang.org/issue/37611 -->
37+
As <a href="/doc/go1.14#darwin">announced</a> in the Go 1.14 release
38+
notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
39+
iPadOS, watchOS, and tvOS (the <code>darwin/386</code>
40+
and <code>darwin/arm</code> ports). Go continues to support the
41+
64-bit <code>darwin/amd64</code> and <code>darwin/arm64</code> ports.
42+
</p>
43+
44+
<h3 id="windows">Windows</h3>
45+
3446
<p> <!-- CL 214397 and CL 230217 -->
3547
Go 1.15 now generates Windows ASLR executables when -buildmode=pie
3648
cmd/link flag is provided. Go command uses -buildmode=pie by default
@@ -214,6 +226,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
214226
which <code>Timeout</code> returns <code>true</code> although a
215227
deadline has not been exceeded.
216228
</p>
229+
230+
<p><!-- CL 228641 -->
231+
The new <a href="/pkg/net/#Resolver.LookupIP"><code>Resolver.LookupIP</code></a>
232+
method supports IP lookups that are both network-specific and accept a context.
233+
</p>
217234
</dd>
218235
</dl>
219236

0 commit comments

Comments
 (0)