mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Rename Codeowners() to CodeOwners()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user