Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

go run: no go files listed #7

Open
ZainQasmi opened this issue Dec 11, 2017 · 2 comments
Open

go run: no go files listed #7

ZainQasmi opened this issue Dec 11, 2017 · 2 comments

Comments

@ZainQasmi
Copy link

ZainQasmi commented Dec 11, 2017

Can anyone help me on how to run this? I am running go version 1.9.2

go run ssainterp-master
gives error
go run: no go files listed

go build and go install works fine

@ZainQasmi ZainQasmi changed the title Fails to run fails to run: cannot find package "github.com..." in any of Dec 11, 2017
@ZainQasmi ZainQasmi changed the title fails to run: cannot find package "github.com..." in any of go run: no go files listed Dec 11, 2017
@sbinet
Copy link

sbinet commented Dec 11, 2017

go run needs to be given a set of .go files that it will compile on the fly and then exec the resulting binary.

you seem to try to give it a binary instead.

@elliott5
Copy link
Contributor

This repository is not working, that is why the README.md says:

NOT WORKING, PLEASE HELP

The code is built on a previous version of golang.org/x/tools/go/ssa/interp but has not kept pace with changes to that package.

To help, and make this package work again, it needs to be brought back in line with that one.

Alternatively, to just see an interpreter in action, go to golang.org/x/tools/go/ssa/interp and try it out!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants