Golang

Install Golang on Ubuntu sudo apt install golang-go Set GOPATH Add to .bashrc: export GOPATH=~/.go Source .bashrc or open a new terminal window. Install Programs Shiori Bookmark Manager https://github.com/go-shiori/shiori go get -u -v github.com/go-shiori/shiori -u updates package if installed -v verbose output …

Install Golang on Ubuntu

sudo apt install golang-go

Set GOPATH

Add to .bashrc:

export GOPATH=~/.go

Source .bashrc or open a new terminal window.

Install Programs

Shiori Bookmark Manager

https://github.com/go-shiori/shiori

go get -u -v github.com/go-shiori/shiori

-u updates package if installed

-v verbose output

Annie Video Downloader

https://github.com/iawia002/annie

GO111MODULE=on go get github.com/iawia002/annie

TODO: 2020-11-01 Fails with the following message

# github.com/iawia002/annie/extractors/youtube
.go/pkg/mod/github.com/iawia002/annie@v0.0.0-20201004150423-b772d139a1f1/extractors/youtube/youtube.go:128:20: undefined: ytdl.DefaultClient
.go/pkg/mod/github.com/iawia002/annie@v0.0.0-20201004150423-b772d139a1f1/extractors/youtube/youtube.go:196:18: undefined: ytdl.DefaultClient

Check again later

Comments