4a0a055234
git-subtree-dir: faxmachine git-subtree-split: d23200bcfdedb9f8cc57e6a3c65b5ef93fcbfd19
8 lines
97 B
Go
8 lines
97 B
Go
package protocol
|
|
|
|
type Protocol int
|
|
|
|
const (
|
|
Generic Protocol = iota
|
|
TMT88IV Protocol = iota
|
|
)
|