About: a bunch of perceptrons
package main import . "fmt" func main() { Printf("%q", `"foobar"`) }
$ go run main.go "\"foobar\""