We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4853ef2 commit 7bea263Copy full SHA for 7bea263
Part_1_Hello_World/.vscode/launch.json
@@ -0,0 +1,7 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": []
7
+}
Part_1_Hello_World/main.go
@@ -1,7 +1,3 @@
-// go mod init hello_world
-// go mod tidy
-// go build main.go
-
package main
import "fmt"
0 commit comments