Darien Raymond 7 лет назад
Родитель
Сommit
61a1cce972
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/protocol/payload.go

+ 1 - 1
common/protocol/payload.go

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