• Russ Cox's avatar
    special case check for this situation · 39436f2a
    Russ Cox authored
    	; 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
    39436f2a
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...