mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
Clearing up some dead code and adding docs to what-changed
Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -32,8 +32,8 @@ func (e *ExampleChanges) TotalBreakingChanges() int {
|
||||
return l
|
||||
}
|
||||
|
||||
// TotalChanges
|
||||
|
||||
// CompareExamples returns a pointer to ExampleChanges that contains all changes made between
|
||||
// left and right Example instances.
|
||||
func CompareExamples(l, r *base.Example) *ExampleChanges {
|
||||
|
||||
ec := new(ExampleChanges)
|
||||
|
||||
Reference in New Issue
Block a user