Sfoglia il codice sorgente

Merge pull request #191 from Shopify/remove-useless-import

Remove a dead import from the snappy code
Evan Huus 11 anni fa
parent
commit
a3e2437d6d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      snappy.go

+ 0 - 1
snappy.go

@@ -4,7 +4,6 @@ import (
 	"bytes"
 	"code.google.com/p/snappy-go/snappy"
 	"encoding/binary"
-	_ "fmt"
 )
 
 var snappyMagic = []byte{130, 83, 78, 65, 80, 80, 89, 0}