mndrix / golog

Prolog interpreter in Go
MIT License
374 stars 39 forks source link

go get github.com/mndrix/golog/bin fails #20

Closed mehlon closed 7 years ago

mehlon commented 8 years ago

Executing go get github.com/mndrix/golog/bin gives: imported and not used: "github.com/mndrix/ps".

Also, it should probably be moved to github.com/mndrix/golog/cmd/golog so that the binary would be called 'golog', not 'bin'.

mndrix commented 7 years ago

One can now install golog with "go get github.com/mndrix/golog/cmd/golog" or "go get github.com/mndrix/golog/..."