From e41fa9ab5d96f386436441405f6176ba46813433 Mon Sep 17 00:00:00 2001 From: Hossein Naghdbishi <42994241+niyumard@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:17:40 +0000 Subject: [PATCH] link embed directive --- public/struct-embedding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/struct-embedding b/public/struct-embedding index c70b5b9..9150d47 100644 --- a/public/struct-embedding +++ b/public/struct-embedding @@ -29,7 +29,7 @@

Go supports embedding of structs and interfaces to express a more seamless composition of types. -This is not to be confused with //go:embed which is +This is not to be confused with //go:embed which is a go directive introduced in Go version 1.16+ to embed files and folders into the application binary.