This commit is contained in:
snoop 2017-03-29 12:46:39 +09:00
parent 78d01a912a
commit 3b1f0a4ffc

View File

@ -1 +1,10 @@
package compression
import (
"fmt"
"testing"
)
func TestCompress(t *testing.T) {
fmt.Println("aaaaaa")
}