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.