Fix godoc comments.

This commit is contained in:
Martin Smith
2025-03-22 18:20:30 +00:00
parent ef692991a4
commit db8daeb192
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ type Migration interface {
// Name returns a short name.
Name() string
// Descr returns a description what the migration does.
// Desc returns a description what the migration does.
Desc() string
}