apex / apex-shell

Interactive shell for executing commands in AWS Lambda containers.
MIT License
121 stars 4 forks source link

go get github.com/apex/apex-shell failing #5

Open drnic opened 7 years ago

drnic commented 7 years ago

Perhaps I'm just having a brain fart, but installation is failing for me. Protips?

go get github.com/apex/apex-shell
package github.com/apex/apex/plugins/env: cannot find package "github.com/apex/apex/plugins/env" in any of:
        /usr/local/go/src/github.com/apex/apex/plugins/env (from $GOROOT)
        /Users/drnic/Projects/gopath/src/github.com/apex/apex/plugins/env (from $GOPATH)
tj commented 7 years ago

ah nope that's my bad. Maybe give https://github.com/iopipe/lambda-shell a try until I can fix that up

drnic commented 7 years ago

Kk thx And thanks for apex cli; it made lambda very nice

On Sun, Jan 15, 2017 at 3:14 PM -0800, "TJ Holowaychuk" notifications@github.com wrote:

ah nope that's my bad. Maybe give https://github.com/iopipe/lambda-shell a try until I can fix that up

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

pikitgb commented 6 years ago

@tj still open right ?

tj commented 6 years ago

@pikitgb yea I haven't had time