Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save 100daysofdevops/718d8d573b1e17e26c04911866ef1325 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
x := "hello world"
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