Skip to content

Commit

Permalink
Update var-scope.md
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Gupta <[email protected]>
  • Loading branch information
tyler-french and abhinav authored Aug 9, 2024
1 parent 112031f commit b523b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Bar() {
defaultPort = 8080
defaultUser = "user"
)
fmt.Println("Default port", _defaultPort)
fmt.Println("Default port", defaultPort)
}
```

Expand Down

0 comments on commit b523b02

Please sign in to comment.