summarizing its execution time and memory allocation. This trace can
be used to find bottlenecks or regressions in Go startup
performance.
- The <a href="/pkg/runtime/#hdr-Environment_Variables"><code>GODEBUG</code><
+ The <a href="/pkg/runtime/#hdr-Environment_Variables"><code>GODEBUG</code>
documentation</a> describes the format.
</p>
<p>
On the producer side of the interface,
- the new <a href="/pkg/embed/#FS">embed.FS</code></a> type
+ the new <a href="/pkg/embed/#FS"><code>embed.FS</code></a> type
implements <code>fs.FS</code>, as does
<a href="/pkg/archive/zip/#Reader"><code>zip.Reader</code></a>.
The new <a href="/pkg/os/#DirFS"><code>os.DirFS</code></a> function