Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save 100daysofdevops/d8f8d35f4fa09b63f70117dc7a5670ea to your computer and use it in GitHub Desktop.
package main
import "fmt"
var x int = 5
func main() {
fmt.Printf("%v %T\n",x ,x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment