reduce size of TransferType

pull/1019/head
Darien Raymond 2018-04-04 21:46:36 +02:00
parent 79c1087311
commit 61a1cce972
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package protocol
type TransferType int
type TransferType byte
const (
TransferTypeStream TransferType = 0