]> git.lizzy.rs Git - mt.git/blob - mt.go
rudp: fix errors returned by Peer.Recv other than net.ErrClosed when the Peer is...
[mt.git] / mt.go
1 package mt
2
3 type Field struct {
4         Name, Value string
5 }