Skip to content

Commit 7bea263

Browse files
Added files for Chapter 4 fg
1 parent 4853ef2 commit 7bea263

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -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

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// go mod init hello_world
2-
// go mod tidy
3-
// go build main.go
4-
51
package main
62

73
import "fmt"

0 commit comments

Comments
 (0)