From 2f7a073a1bbab89873d70dff336eca45231c24fb Mon Sep 17 00:00:00 2001 From: niyumard Date: Wed, 19 Apr 2023 16:51:42 +0330 Subject: [PATCH] Revert "link embed directive" This reverts commit e41fa9ab5d96f386436441405f6176ba46813433. --- public/struct-embedding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/struct-embedding b/public/struct-embedding index 9150d47..c70b5b9 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.