Golang程序  |  6行  |  90 B

package p1

type SockaddrUnix int

func (s SockaddrUnix) Error() string { return "blah" }