pack: remove unneeded comment
This commit is contained in:
parent
998887a5d7
commit
59a6fadf78
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ import (
|
||||||
|
|
||||||
var lengths = []int{23, 31650, 25860, 10928, 13769, 19862, 5211, 127, 13690, 30231}
|
var lengths = []int{23, 31650, 25860, 10928, 13769, 19862, 5211, 127, 13690, 30231}
|
||||||
|
|
||||||
// var lengths = []int{200}
|
|
||||||
|
|
||||||
func TestCreatePack(t *testing.T) {
|
func TestCreatePack(t *testing.T) {
|
||||||
type Buf struct {
|
type Buf struct {
|
||||||
data []byte
|
data []byte
|
||||||
|
|
Loading…
Reference in a new issue