Преглед изворни кода

reduce size of TransferType

Darien Raymond пре 7 година
родитељ
комит
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