gonejack/html-to-epub

Installation error

Opened this issue · 2 comments

Hi, this tool looks very nice. Unfortunately I get the following error when following the installation instructions:

> go get github.com/gonejack/html-to-epub
package embed: unrecognized import path "embed" (import path does not begin with hostname)

OS: Ubuntu 20.04.2 LTS
go version go1.13.8 linux/amd64

Since go1.17: Deprecation of 'go get' for installing executables

To install binary in new version:

go install github.com/gonejack/html-to-epub@latest