Skip to content

Commit d21c846

Browse files
committed
Missing main.
1 parent 4d041dc commit d21c846

File tree

1 file changed

+7
-0
lines changed
  • src/02-code-project-organization/1-variable-shadowing

1 file changed

+7
-0
lines changed

src/02-code-project-organization/1-variable-shadowing/main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ import (
55
"net/http"
66
)
77

8+
func main() {
9+
_ = listing1()
10+
_ = listing2()
11+
_ = listing3()
12+
_ = listing4()
13+
}
14+
815
func listing1() error {
916
var client *http.Client
1017
if tracing {

0 commit comments

Comments
 (0)