package main import ( "fmt" "bytes" ) func main() { var herp []byte herp = "\u0100" }
Standard input is empty
prog.go:4: imported and not used: fmt prog.go:5: imported and not used: bytes prog.go:9: herp declared and not used prog.go:10: cannot use "Ā" (type string) as type []uint8 in assignment
Standard output is empty