aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-05-28 09:36:48 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2023-05-28 09:36:48 -0700
commita8e89ca4e65f5db3ee6061ede68aade814b4d75c (patch)
tree75437f0780c6407a3cae2e74795ddc7a737589a8 /hotline/field.go
parentb1658a46aebe8aceb23af187de956ef91452f48a (diff)
Misc minor cleanup and linter appeasement
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/field.go b/hotline/field.go
index c5ae55b..4d2962b 100644
--- a/hotline/field.go
+++ b/hotline/field.go
@@ -74,7 +74,6 @@ type Field struct {
type requiredField struct {
ID int
minLen int
- maxLen int
}
func NewField(id uint16, data []byte) Field {