fork download
  1. package main
  2.  
  3. import (
  4. "fmt"
  5. )
  6.  
  7. func main() {
  8. var herp []byte
  9. herp = bytes("\u0100")
  10. }
  11.  
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:8: herp declared and not used
prog.go:9: undefined: bytes
stdout
Standard output is empty