program.go:32:39: not enough arguments in call to model.NewAliasPackage
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
_build/src/github.com/marstr/goalias/program.go:32:39: not enough arguments in call to model.NewAliasPackage
have (*ast.Package)
want (*ast.Package, string)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at program.go:32, where model.NewAliasPackage is called, and inspect that function's signature and other call sites to determine the required string argument. Run the project's Go build or tests afterward; done means the reported compile error is resolved without introducing new failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100