go-ps icon indicating copy to clipboard operation
go-ps copied to clipboard

package not ps

Open osok opened this issue 5 years ago • 1 comments

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.

osok avatar Jan 14 '20 14:01 osok

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.

tfolbrecht avatar Mar 06 '20 05:03 tfolbrecht