diff options
author | Russ Cox <rsc@golang.org> | 2009-04-02 21:46:19 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-04-02 21:46:19 -0700 |
commit | 859da0292b8384192cf0c03e3983e2c2115cb64e (patch) | |
tree | 50e590f70663f83b3cb066487d806eaac1470324 /src/old/c/export.c | |
parent | d8bac5e8038c0b01c59ae1923e3cc70e293c959a (diff) | |
download | golang-859da0292b8384192cf0c03e3983e2c2115cb64e.tar.gz |
special case check for this situation
; cat >http.go
package main
import "http" // intended the library, not this file
^D
; 6g http.go
; 6g http.go
http.go:4: export/package mismatch: init
;
new error:
http.6:7 http.go:3: cannot import package main
R=ken
OCL=27053
CL=27053
Diffstat (limited to 'src/old/c/export.c')
0 files changed, 0 insertions, 0 deletions