Created
October 2, 2019 05:21
-
-
Save 100daysofdevops/0bc1c3139b1a69e7594a7dfce78e9837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| var x int = 5 | |
| func main() { | |
| var x int 10 | |
| x := 10 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment