From 61a1cce97265940bf24b9ecce4d9924e052868e3 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 4 Apr 2018 21:46:36 +0200 Subject: [PATCH] reduce size of TransferType --- common/protocol/payload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/protocol/payload.go b/common/protocol/payload.go index 03eced677..2f3c72904 100644 --- a/common/protocol/payload.go +++ b/common/protocol/payload.go @@ -1,6 +1,6 @@ package protocol -type TransferType int +type TransferType byte const ( TransferTypeStream TransferType = 0