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

@ -5,7 +5,7 @@ import (
"fmt"
"os"
"github.com/lwithers/htpack/internal/packed"
"github.com/lwithers/htpack/packed"
"github.com/spf13/cobra"
)