remove assignment

This commit is contained in:
Henrique Dias
2017-01-03 17:14:28 +00:00
parent ce9405341a
commit f4cad45f04
3 changed files with 431 additions and 434 deletions
+430 -433
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -23,7 +23,7 @@ func PreProccessPUT(
) (err error) {
var (
data = map[string]interface{}{}
file = []byte{}
file []byte
kind string
rawBuffer = new(bytes.Buffer)
)