You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ GO111MODULE=on go get neugram.io/ng
go: finding neugram.io/ng latest
go: finding github.com/sideshowdave7/gomq latest
# neugram.io/ng/ngcore
go/pkg/mod/neugram.io/[email protected]/ngcore/ngcore.go:308:28: cannot use s.Completer (type func(string, string, int) (string, []string, string)) as type liner.WordCompleter in argument to s.Liner.SetWordCompleter
go/pkg/mod/neugram.io/[email protected]/ngcore/ngcore.go:346:10: s.Liner.SetMode undefined (type *liner.State has no field or method SetMode)
go/pkg/mod/neugram.io/[email protected]/ngcore/ngcore.go:364:24: too many arguments in call to s.Liner.AppendHistory
have (string, string)
want (string)
go/pkg/mod/neugram.io/[email protected]/ngcore/ngcore.go:424:7: liner.SetMode undefined (type *liner.State has no field or method SetMode)
It seems ng depends on local changes in vendor/github.com/peterh/liner (e.g. b74a1a3).
The text was updated successfully, but these errors were encountered:
fhs
added a commit
to fhs/ng
that referenced
this issue
Jun 27, 2019
It seems
ng
depends on local changes invendor/github.com/peterh/liner
(e.g. b74a1a3).The text was updated successfully, but these errors were encountered: