We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d84bec commit a17aa6eCopy full SHA for a17aa6e
migrate.go
@@ -1,6 +1,6 @@
1
// Package migrate reads migrations from sources and runs them against databases.
2
// Sources are defined by the `source.Driver` and databases by the `database.Driver`
3
-// interface. The driver interfaces are kept "dump", all migration logic is kept
+// interface. The driver interfaces are kept "dumb", all migration logic is kept
4
// in this package.
5
package migrate
6
0 commit comments