Sign in
go
/
go
/
7478ea5dba7ed02ddffd91c1d17ec8141f7cf184
/
.
/
test
/
fixedbugs
/
bug467.dir
/
p1.go
blob: 538b554f8e3970b1a043231e172470b27679725e [
file
]
package p1
type SockaddrUnix int
func (s SockaddrUnix) Error() string { return "blah" }