Rename Codeowners() to CodeOwners()

This commit is contained in:
Bjørn Erik Pedersen
2022-02-27 19:40:07 +01:00
parent 5f67151550
commit cff14144a6
7 changed files with 10 additions and 10 deletions

View File

@@ -156,7 +156,7 @@ func (p *pageState) GitInfo() *gitmap.GitInfo {
return p.gitInfo
}
func (p *pageState) Codeowners() []string {
func (p *pageState) CodeOwners() []string {
return p.codeowners
}