Content.golden

 1--- main.go
 2+++ main.go
 3@@ -4,6 +4,7 @@
 4 		"fmt"
 5 	)
 6 
 7 	func main() {
 8-		fmt.Println("Hello, World!")
 9+		content := "Hello, World!"
10+		fmt.Println(content)
11 	}
12\ No newline at end of file