go-ps
go-ps copied to clipboard
package not ps
when using
go get github.com/mitchellh/go-ps,
the package is placed in
~/go/src/github.com/mitchellh/go-ps
however the package is ps.
I fixed it locally by changing the directory to gops and modifying the package in the each file.
That's where it's placed when you use go get on github repo
You can use an alias in your import statement it if you want to use a specific name.