fork download
  1. package main
  2.  
  3. import (
  4. "fmt"
  5. "bytes"
  6. )
  7.  
  8. func main() {
  9. var herp []byte
  10. herp = bytes("\u0100")
  11. }
  12.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
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: use of package bytes not in selector
stdout
Standard output is empty