html-to-epub
html-to-epub copied to clipboard
Installation error
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
Hi, this tool requires Go v1.16 above.
Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: Kjell Winblad @.> Sent: Saturday, October 2, 2021 4:49:22 PM To: gonejack/html-to-epub @.> Cc: Subscribed @.***> Subject: [gonejack/html-to-epub] Installation error (#2)
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