Skip to content

Go Get from README Fails #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tri-adam opened this issue Jul 30, 2021 · 0 comments · Fixed by #105
Closed

Go Get from README Fails #104

tri-adam opened this issue Jul 30, 2021 · 0 comments · Fixed by #105
Labels
documentation Improvements or additions to documentation

Comments

@tri-adam
Copy link
Member

The README.md contains instructions on how to get the module:

sif/README.md

Lines 17 to 21 in a7d8315

To get the sif package to use directly from your programs:
```sh
go get github.com/sylabs/sif/v2
```

As of v2.0.0-beta.1, that command returns an error:

$ go get github.com/sylabs/sif/v2
github.com/sylabs/sif/v2: no Go source files
package github.com/sylabs/sif/v2: build constraints exclude all Go files in /home/adam/src/sif

It looks like this will resolve itself in a future version of Go (golang/go#29268), but in the meantime we should fix our docs.

@tri-adam tri-adam added the documentation Improvements or additions to documentation label Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant