Skip to content

Need instructions in README for getting package dependencies. #1

@keithrbennett

Description

@keithrbennett

Greetings Sau Sheong!

I don't know anything about go, so maybe this is an unreasonable request, but could you add to the README instructions for building this app from scratch? Specifically, when I do a go build main.go I get:

main.go:13:2: cannot find package "github.com/disintegration/gift" in any of:
	/usr/local/Cellar/go/1.9.3/libexec/src/github.com/disintegration/gift (from $GOROOT)
	/usr/local/go/bin/src/github.com/disintegration/gift (from $GOPATH)
main.go:14:2: cannot find package "github.com/nsf/termbox-go" in any of:
	/usr/local/Cellar/go/1.9.3/libexec/src/github.com/nsf/termbox-go (from $GOROOT)
	/usr/local/go/bin/src/github.com/nsf/termbox-go (from $GOPATH)

Is there something in go analogous to Ruby's gem install that needs to be run?

Thank you.

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