biter777/processex

Current version does not build

brucealthompson opened this issue · 0 comments

I think there is a versioning issue between your github repository and the information that has been pushed to https://pkg.go.dev/github.com/biter777/processex.

Here are the issues:

  1. The documented api is different between this github repository and https://pkg.go.dev/github.com/biter777/processex
  2. I get the following error when I try to build the latest version:

github.com/biter777/processex

....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\process-windows.go:11:58: undefined: process
....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\process-windows.go:15:9: undefined: newProcess
....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\windows.go:60:15: not enough return values
have (nil, error)
want ([]*os.Process, []*ProcessEx, error)
....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\windows.go:69:15: not enough return values
have (nil, error)
want ([]*os.Process, []*ProcessEx, error)
....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\windows.go:90:14: not enough return values
have (nil, error)
want ([]*os.Process, []*ProcessEx, error)
....\pkg\mod\github.com\biter777\processex@v0.0.0-20210102170504-01bb369eda71\windows.go:95:14: not enough return values
have (nil, error)
want ([]*os.Process, []*ProcessEx, error)

error building application: exit status 1