Skip to content

Commit

Permalink
Add docs to ErrInvalidDialect
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Huck <marcos@huck.com.ar>
  • Loading branch information
marcoshuck committed May 9, 2023
1 parent 7d8aa68 commit d7ee8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
)

var (
// ErrInvalidDialect is returned when an invalid or unsupported dialect is provided when setting up a database
// connection.
ErrInvalidDialect = errors.New("an invalid or unsupported dialect was provided")
)

Expand Down

0 comments on commit d7ee8c9

Please sign in to comment.