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

@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
"github.com/lwithers/htpack/packer"
"github.com/lwithers/htpack/cmd/htpacker/packer"
"github.com/spf13/cobra"
yaml "gopkg.in/yaml.v2"
)