We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I'am getting this error when installing slack-term
slack-term
❯ go get -u github.com/erroneousboat/slack-term # github.com/erroneousboat/termui pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:107:30: not enough arguments in call to stack.ParseDump have (*bytes.Reader, *os.File) want (io.Reader, io.Writer, bool) pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:112:10: undefined: stack.Palette pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:113:15: undefined: stack.SortBuckets pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:113:33: undefined: stack.Bucketize pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:114:22: undefined: stack.CalcLengths
does anyone know what is wrong and how to solve it ?
Version: 0.5.0 Installation method: go
The text was updated successfully, but these errors were encountered:
OK i see this issue is mentioned also here: #260
Sorry, something went wrong.
No branches or pull requests
Hey,
I'am getting this error when installing
slack-term
does anyone know what is wrong and how to solve it ?
Version: 0.5.0
Installation method: go
The text was updated successfully, but these errors were encountered: