Kaynağa Gözat

reduce size of TransferType

Darien Raymond 7 yıl önce
ebeveyn
işleme
61a1cce972
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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