package main import "fmt" func main() { value := 20 fmt.Printf("Value = %v", value) // Value = 20 }