kiwiirc / plugin-fileuploader

Apache License 2.0
9 stars 9 forks source link

Unable to build using README instructions #72

Open b3 opened 4 years ago

b3 commented 4 years ago

When trying to build following instructions in the README .md file on Debian buster I get a compilation error and am thus unable to use this plugin.

# github.com/tus/tusd/cmd/tusd/cli/hooks
/root/go/pkg/mod/github.com/tus/tusd@v0.0.0-20190712143443-30811b6579c5/cmd/tusd/cli/hooks/file.go:57:32: cmd.ProcessState.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)

Moreover the documentation does not explain clearly how to install the plugin using pre-built binary of kiwiirc.

b3 commented 4 years ago

Maybe related to #64.