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