Skip to content

Commit

Permalink
Merge pull request #527 from jeffwidman/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dhui authored Mar 16, 2021
2 parents 707fc52 + a728e7a commit 4573d98
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 4573d98

Please sign in to comment.