Revert "link embed directive"

This reverts commit e41fa9ab5d96f386436441405f6176ba46813433.
This commit is contained in:
niyumard 2023-04-19 16:51:42 +03:30
parent e41fa9ab5d
commit 2f7a073a1b

View File

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