5 lines
90 B
Go
5 lines
90 B
Go
package token
|
|
|
|
// Length is the data type for storing token lengths.
|
|
type Length = uint16
|