Hacker News new | ask | show | jobs
by Sphax 4039 days ago
You need quite a few more method to be a net.Conn actually: http://golang.org/pkg/net/#Conn. Easier to just overwrite the Write() method like this in that case.