Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Escape Sequence in Go

package main
import "fmt"

func main() {
    fmt.Println("\\Hello\nWelcome to FORGET CODE")
}