]> git.lizzy.rs Git - mt.git/blob - mt.go
rudp: partial rewrite with new API supporting io.Readers
[mt.git] / mt.go
1 package mt
2
3 type Field struct {
4         Name, Value string
5 }