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/ +```