diff --git a/_content/doc/go1.16.html b/_content/doc/go1.16.html index 66cd6eb71f..ae122e63b1 100644 --- a/_content/doc/go1.16.html +++ b/_content/doc/go1.16.html @@ -50,6 +50,16 @@

Darwin and iOS

transparent to anyone using gomobile to build iOS apps.

+

+ The introduction of GOOS=ios means that file names + like x_ios.go will now only be built for + GOOS=ios; see + go + help buildconstraint for details. + Existing packages that use file names of this form will have to + rename the files. +

+

Go 1.16 adds an ios/amd64 port, which targets the iOS simulator running on AMD64-based macOS. Previously this was