Content.golden

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