From c2366ac9277fc684136e4f4e3c94af416276102b Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Mon, 27 Jan 2025 18:53:02 -0500 Subject: [PATCH] Added create a new project section for go --- docs/go/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/go/index.md b/docs/go/index.md index 452b575..1e5f5c5 100644 --- a/docs/go/index.md +++ b/docs/go/index.md @@ -1 +1,11 @@ # Go + +Go is a statically-typed, compiled, and open source programming language created by Google. + +## Creating a New Project + +```bash +mkdir +cd +go mod init gitlab.com/djdietrick/ +```