I have the below code snippet:
x_variable := 12311
fmt.Println("message", "X variable has the value '+x_variable+' printed in the screen now")
How can I make that work? I've tried that in the Go playground but couldn't figure it out how to print the vaue properly.