Skip to content

Commit

Permalink
prefix: Binary with variable length (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-cloud authored Oct 6, 2023
1 parent c741d11 commit cd4f442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ var (
"EBCDIC.LLL": prefix.EBCDIC.LLL,
"EBCDIC.LLLL": prefix.EBCDIC.LLLL,
"Binary.Fixed": prefix.Binary.Fixed,
"Binary.L": prefix.Binary.L,
"Binary.LL": prefix.Binary.LL,
"Binary.LLL": prefix.Binary.LLL,
"Binary.LLLL": prefix.Binary.LLLL,
"BerTLV": prefix.BerTLV,
}

Expand Down

0 comments on commit cd4f442

Please sign in to comment.