Skip to content

Commit

Permalink
Refactoring po encoding (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlif committed Dec 8, 2023
1 parent 0cb1adf commit 6e5b026
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 126 deletions.
1 change: 1 addition & 0 deletions catalog/po/comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (c *Comment) AddReference(ref *Reference) {
c.sort()
}

// Deprecated: Will be removed in a future release.
func (c *Comment) Less(q *Comment) bool {
c.sort()
for i := 0; i < len(c.References); i++ {
Expand Down
Loading

0 comments on commit 6e5b026

Please sign in to comment.