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
I try to build by running go get -u -v github.com/go-shiori/shiori, then i can't find executable in $GOPATH/bin, and i notice two problem or warning, what should i do? # github.com/go-shiori/warc/internal/processor
go/src/github.com/go-shiori/warc/internal/processor/css.go:39:23: cannot use input (type io.Reader) as type *parse.Input in argument to css.NewLexer
go/src/github.com/go-shiori/warc/internal/processor/js.go:27:22: cannot use input (type io.Reader) as type *parse.Input in argument to js.NewLexer
I run on debian9, try with go1.12, 1.13 and 1.15, all same output.
The text was updated successfully, but these errors were encountered:
go/pkg/mod/github.com/go-shiori/[email protected]/internal/core/processing.go:68:17: undefined: readability.IsReadable
go/pkg/mod/github.com/go-shiori/[email protected]/internal/core/processing.go:70:64: cannot use book.URL (type string) as type *url.URL in argument to readability.FromReader
I don't know golang whatsoever and I'm not certain what I changed even makes sense.
I try to build by running
go get -u -v github.com/go-shiori/shiori
, then i can't find executable in $GOPATH/bin, and i notice two problem or warning, what should i do?# github.com/go-shiori/warc/internal/processor
go/src/github.com/go-shiori/warc/internal/processor/css.go:39:23: cannot use input (type io.Reader) as type *parse.Input in argument to css.NewLexer
go/src/github.com/go-shiori/warc/internal/processor/js.go:27:22: cannot use input (type io.Reader) as type *parse.Input in argument to js.NewLexer
I run on debian9, try with go1.12, 1.13 and 1.15, all same output.
The text was updated successfully, but these errors were encountered: