diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-09-15 13:51:37 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-09-15 13:51:37 -0700 |
| commit | 043c00da52efd5b7d9ef15750945ee55e6f78e7a (patch) | |
| tree | 49f0e2c05ef9d28bc64419b799da99dcef8b206d /hotline/field.go | |
| parent | 60df5f3a64e21d79ace622d87d1feef0d619c42f (diff) | |
Clean up some linter warnings
Diffstat (limited to 'hotline/field.go')
| -rw-r--r-- | hotline/field.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hotline/field.go b/hotline/field.go index c9db3d9..3378552 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -58,10 +58,12 @@ const fieldNewsArtDate = 330 const fieldNewsArtPrevArt = 331 const fieldNewsArtNextArt = 332 const fieldNewsArtData = 333 -const fieldNewsArtFlags = 334 + +// const fieldNewsArtFlags = 334 const fieldNewsArtParentArt = 335 const fieldNewsArt1stChildArt = 336 -const fieldNewsArtRecurseDel = 337 + +// const fieldNewsArtRecurseDel = 337 type Field struct { ID []byte // Type of field |