]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/field.go
Ignore files with incompatible names
[rbdr/mobius] / hotline / field.go
index c5ae55bfb3ba82a6e68acfec61fd34cd98e02b45..4d2962bb3930c2dbce7dd3660150c3f52ec27a24 100644 (file)
@@ -74,7 +74,6 @@ type Field struct {
 type requiredField struct {
        ID     int
        minLen int
-       maxLen int
 }
 
 func NewField(id uint16, data []byte) Field {