Update import strings to reference this fork name

Merge in manually the fixes from PR #197, never accepted
Update .gitignore
Update the README with a Changelog for the fork
This commit is contained in:
jhegge 2018-11-16 18:26:26 -06:00
parent a080c85cbc
commit 89a27a859e
9 changed files with 22 additions and 12 deletions

View file

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