-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.pkgsitepkgsite/dochtmlIssues related to package documentation in pkgsiteIssues related to package documentation in pkgsite
Milestone
Description
For my package: https://godoc.org/github.com/rocketlaunchr/dataframe-go/forecast
I have a function:
func Forecast(ctx context.Context, sdf interface{}, r *dataframe.Range, alg ForecastingAlgorithm, cfg interface{}, n uint, evalFunc EvaluationFunc) (interface{}, []Confidence, float64, error)
which returns an interface{}
as the first return value.
Unfortunately my function is categorized under type Confidence
when it should not be.
I assume this issue would also be present in pkg.go.dev
, but my package has been banned from there (despite the person in charge saying it will be allowed many many months ago), so I can't check if this issue persists.
mleonhard, lpar and mitar
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.pkgsitepkgsite/dochtmlIssues related to package documentation in pkgsiteIssues related to package documentation in pkgsite