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

@@ -252,7 +252,7 @@ func (p *testPage) GitInfo() *gitmap.GitInfo {
return nil
}
func (p *testPage) Codeowners() []string {
func (p *testPage) CodeOwners() []string {
return nil
}