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