G-Node / G-Node/gin-doi

[util.go] 'FunderName' vs 'Funder': Potential name mixup

Open
#81 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The util.go function `FunderName` is linked via the `template.Func` map, but seems to be unused.

There is a reference in `template.go` to `funding.Funder` which cannot be found in the code. Since `funding.Funder` appears right next to `funding.AwardNumber` and there is an `AwardNumber` function in util.go right next to the `FunderName` function, `funding.Funder` should probably be `funding.FunderName` in `template.go`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.