Skip to content

Commit

Permalink
Merge branch 'master' into modify-ensure-version-table
Browse files Browse the repository at this point in the history
  • Loading branch information
testtest959 authored Mar 16, 2021
2 parents 054ff30 + 4573d98 commit 8e5aca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/httpfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ with `http.FileSystem` provided by the user of this package. It is created with
Example of using `http.Dir()` to read migrations from `sql` directory:

```go
src, err := httpfs.New(http.Dir("sql")
src, err := httpfs.New(http.Dir("sql"))
if err != nil {
// do something
}
Expand Down

0 comments on commit 8e5aca6

Please sign in to comment.