Closed
Description
The x.go:0:
here does not make much sense given that x.go does not exist.
It seems like it should be omitted, no?
$ go tool compile x.go
x.go:0: open x.go: no such file or directory
/cc @griesemer
The x.go:0:
here does not make much sense given that x.go does not exist.
It seems like it should be omitted, no?
$ go tool compile x.go
x.go:0: open x.go: no such file or directory
/cc @griesemer