You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
Hey @JonasFranzDEV, I get the following compilation error using the latest commit:
# bitbucket.org/gridarrow/gridarrow-manager/vendor/code.gitea.io/sdk/gitea
vendor/code.gitea.io/sdk/gitea/attachment.go:11:2: imported and not used: "io/ioutil"
vendor/code.gitea.io/sdk/gitea/attachment.go:58:21: cannot use file (type *io.Reader) as type io.Reader in argument to io.Copy:
*io.Reader is pointer to interface, not interface
This is with the following glide dependency:
- package: code.gitea.io/sdk
subpackages:
- gitea
Previous commit works fine for me. Not a go expert, so perhaps it's my bad somehow...
The text was updated successfully, but these errors were encountered:
* Fix#95 by removing unused imports and using a non-pointer reader
Signed-off-by: Jonas Franz <[email protected]>
(cherry picked from commit f46f7c8)
Signed-off-by: Jonas Franz <[email protected]>
* Replace *io.Reader with io.Reader
Signed-off-by: Jonas Franz <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hey @JonasFranzDEV, I get the following compilation error using the latest commit:
This is with the following glide dependency:
Previous commit works fine for me. Not a go expert, so perhaps it's my bad somehow...
The text was updated successfully, but these errors were encountered: