git cloned the directory, from there I ran
go build and get the following output
announcements.go:16:3: cannot find package "github.com/gizak/termui/v3" in any of: /usr/lib/go-1.14/src/github.com/gizak/termui/v3 (from $GOROOT) /home/m00/go/src/github.com/gizak/termui/v3 (from $GOPATH) announcements.go:17:3: cannot find package "github.com/gizak/termui/v3/widgets" in any of: /usr/lib/go-1.14/src/github.com/gizak/termui/v3/widgets (from $GOROOT) /home/m00/go/src/github.com/gizak/termui/v3/widgets (from $GOPATH) announcements.go:15:3: cannot find package "github.com/grokify/html-strip-tags-go" in any of: /usr/lib/go-1.14/src/github.com/grokify/html-strip-tags-go (from $GOROOT) /home/m00/go/src/github.com/grokify/html-strip-tags-go (from $GOPATH) fetchAnnouncements.go:8:3: cannot find package "github.com/spf13/viper" in any of: /usr/lib/go-1.14/src/github.com/spf13/viper (from $GOROOT) /home/m00/go/src/github.com/spf13/viper (from $GOPATH)
not terribly certain what exactly is going on here. This looks like a real neat piece of software and id like to try it out, but at the moment this is preventing me. Using
go run
also returns
no go files listed
git cloned the directory, from there I ran
go buildand get the following outputannouncements.go:16:3: cannot find package "github.com/gizak/termui/v3" in any of: /usr/lib/go-1.14/src/github.com/gizak/termui/v3 (from $GOROOT) /home/m00/go/src/github.com/gizak/termui/v3 (from $GOPATH) announcements.go:17:3: cannot find package "github.com/gizak/termui/v3/widgets" in any of: /usr/lib/go-1.14/src/github.com/gizak/termui/v3/widgets (from $GOROOT) /home/m00/go/src/github.com/gizak/termui/v3/widgets (from $GOPATH) announcements.go:15:3: cannot find package "github.com/grokify/html-strip-tags-go" in any of: /usr/lib/go-1.14/src/github.com/grokify/html-strip-tags-go (from $GOROOT) /home/m00/go/src/github.com/grokify/html-strip-tags-go (from $GOPATH) fetchAnnouncements.go:8:3: cannot find package "github.com/spf13/viper" in any of: /usr/lib/go-1.14/src/github.com/spf13/viper (from $GOROOT) /home/m00/go/src/github.com/spf13/viper (from $GOPATH)not terribly certain what exactly is going on here. This looks like a real neat piece of software and id like to try it out, but at the moment this is preventing me. Using
go runalso returns
no go files listed