5 lines
249 B
Go
5 lines
249 B
Go
// Package diff provides the CompareModuleSchemas function which compares module schemas
|
|
// and their types and generates a structured diff. This diff can be used to check
|
|
// compatibility between different versions of a module schema.
|
|
package diff
|