Skip to content

Instantly share code, notes, and snippets.

@howjmay
Created June 14, 2020 14:31
Show Gist options
  • Save howjmay/768c49d0984ca765a301a03083840ddc to your computer and use it in GitHub Desktop.
Save howjmay/768c49d0984ca765a301a03083840ddc to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
const str = `Please
See
RAW
string \n\r
literal here `
fmt.Println(str)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment