diff --git a/doc/go1.19.html b/doc/go1.19.html index 8fc28b94bf..321dec642b 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -252,6 +252,13 @@ as well as support for rendering them to HTML, Markdown, and text. that invoke the Go compiler directly will need to make sure they pass this flag as well.

+

+ The Go compiler no longer accepts the -importmap + or -installsuffix flags. Build systems that invoke the + Go compiler directly must use the -importcfg flag + instead. (The go command's -installsuffix + build flag is still supported and unaffected by this change.) +

Assembler