From edbe0b6951d34c3e9b0bf55a5243dd244408e696 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 14 Jun 2021 16:05:18 +0100 Subject: [PATCH] Add a note of acknowledgment Signed-off-by: Usha Mandya --- language/golang/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/language/golang/index.md b/language/golang/index.md index fd7510ce74..d4b610a0af 100644 --- a/language/golang/index.md +++ b/language/golang/index.md @@ -12,6 +12,10 @@ Why Go? According to its authors, [Go is an open source programming language tha [golang]: https://golang.org/ +> **Acknowledgment** +> +> We'd like to thank [Oliver Frolovs](https://twitter.com/nocturnalgopher){:target="_blank" rel="noopener" class="_"} for his contribution to the Golang get started guide. + In this guide, you’ll learn how to: * Create a new `Dockerfile` which contains instructions required to build a Docker image for a simple Go program;