mirror of https://github.com/golang/go.git
Add ERROR comment for errmsg to look for.
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=19460 CL=19500
This commit is contained in:
parent
7969860126
commit
d12c1b99c7
|
|
@ -8,7 +8,7 @@ package main
|
|||
|
||||
import (
|
||||
OS "os" // should require semicolon here; this is no different from other decls
|
||||
IO "io"
|
||||
IO "io" // ERROR "missing"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue