Reorganise ready to split into modules

This commit is contained in:
Laurence Withers 2019-04-12 09:07:17 +01:00
commit fdd1990e89
8 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/lwithers/htpack/internal/packed"
"github.com/lwithers/htpack/packed"
"golang.org/x/sys/unix"
)