Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created October 2, 2019 05:21
Show Gist options
  • Select an option

  • Save 100daysofdevops/0bc1c3139b1a69e7594a7dfce78e9837 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/0bc1c3139b1a69e7594a7dfce78e9837 to your computer and use it in GitHub Desktop.
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