-
Notifications
You must be signed in to change notification settings - Fork 139
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
Better go module reflection of GOPATH #1459
Comments
@matzew this is an artifact of the way Go functions are currently constructed. The template files which comprise In #1451 I propose a path forward that removes this explicit dependency. (Also potentially in knative/community#1220 which would extract most of what's in #1451 into a new repository). |
Ugh, that's quiet some disadvantage, thanks for sharing |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
When creating a project, inside my
$GOPATH
, like:I was thinking that the
go.mod
, would reflect this a bit, and be like:But instead it is a generic
function
module: https://github.com/knative/func/blob/main/templates/go/cloudevents/go.mod#L1The text was updated successfully, but these errors were encountered: