Rename module

This commit is contained in:
Will Owens 2022-02-26 17:32:04 -05:00
parent 179f2face2
commit ef511da787
7 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@ import (
"github.com/fatih/structs"
"github.com/yudai/hcl"
"github.com/yudai/gotty/pkg/homedir"
"github.com/ghthor/gotty/pkg/homedir"
)
func GenerateFlags(options ...interface{}) (flags []cli.Flag, mappings map[string]string, err error) {