link embed directive

This commit is contained in:
Hossein Naghdbishi 2023-04-13 08:17:40 +00:00 committed by GitHub
parent 0a1da7e32d
commit e41fa9ab5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
<td class="docs"> <td class="docs">
<p>Go supports <em>embedding</em> of structs and interfaces <p>Go supports <em>embedding</em> of structs and interfaces
to express a more seamless <em>composition</em> of types. to express a more seamless <em>composition</em> of types.
This is not to be confused with <code>//go:embed</code> which is This is not to be confused with <a href="/embed-directive"><code>//go:embed</code></a> which is
a go directive introduced in Go version 1.16+ to embed a go directive introduced in Go version 1.16+ to embed
files and folders into the application binary.</p> files and folders into the application binary.</p>