Skip to content

Unable to install #3

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions