mirror of
https://gitlab.com/djdietrick/docs
synced 2026-05-02 23:20:53 -04:00
Added create a new project section for go
This commit is contained in:
@@ -1 +1,11 @@
|
|||||||
# Go
|
# Go
|
||||||
|
|
||||||
|
Go is a statically-typed, compiled, and open source programming language created by Google.
|
||||||
|
|
||||||
|
## Creating a New Project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mkdir <project_name>
|
||||||
|
cd <project_name>
|
||||||
|
go mod init gitlab.com/djdietrick/<project_name>
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user