We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neither of the import paths produce the correct meta tags:
The URL https://fyne.io/fyne/x?go-get=1 should have the following:
https://fyne.io/fyne/x?go-get=1
<meta name="go-import" content="import-prefix git github.com/fyne-io/fyne-x">
As per documentation:
https://golang.org/cmd/go/#hdr-Remote_import_paths
This is needed to fix the govet CI test, and merge PRs.
The text was updated successfully, but these errors were encountered:
Are you sure you are using the correct path? README states:
import fyne.io/x/fyne/widget
Calling https://fyne.io/fyne/x/widget/?go-get=1
https://fyne.io/fyne/x/widget/?go-get=1
Returns
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="go-import" content="fyne.io/x/fyne git https://github.com/fyne-io/fyne-x"> <meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne-x"> </head> <body> The Fyne API extensions - read the <a href="http://godoc.org/fyne.io/fyne-x">documentation</a>. </body> </html>
Sorry, something went wrong.
I see now that our placeholder files were using the wrong path, fixed.
No branches or pull requests
Neither of the import paths produce the correct meta tags:
The URL
https://fyne.io/fyne/x?go-get=1
should have the following:As per documentation:
https://golang.org/cmd/go/#hdr-Remote_import_paths
This is needed to fix the govet CI test, and merge PRs.
The text was updated successfully, but these errors were encountered: