We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03e74b9 + 2fdf921 commit 865751eCopy full SHA for 865751e
README.md
@@ -109,7 +109,7 @@ $ docker run -v {{ migration dir }}:/migrations --network host migrate/migrate
109
* Uses `io.Reader` streams internally for low memory overhead.
110
* Thread-safe and no goroutine leaks.
111
112
-__[Go Documentation](https://godoc.org/github.com/golang-migrate/migrate)__
+__[Go Documentation](https://pkg.go.dev/github.com/golang-migrate/migrate/v4)__
113
114
```go
115
import (
0 commit comments