first commit

This commit is contained in:
Medzik 2021-07-17 23:07:24 +02:00
commit b6c7a8774c
2 changed files with 12 additions and 0 deletions

9
.gitpod.yml Normal file
View File

@ -0,0 +1,9 @@
ports:
- port: 8080
checkoutLocation: "go/src/cdn"
workspaceLocation: "go/src/cdn"
vscode:
extensions:
- golang.go

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitlab.com/gaming0skar123/go/screenshot
go 1.16