package main import ( "fmt" "bytes" ) func main() { shit := bytes("\u000"); for i := 0; i < 1000; i++ { fmt.Println(shit) shit++ } }
Standard input is empty
prog.go:5: imported and not used: bytes
prog.go:9: non-hex character in escape sequence: "
prog.go:9: use of package bytes not in selector
prog.go:11: cannot use shit as type interface { } in function argument
Standard output is empty