chore: update comment

main
sudo pacman -Syu 2022-11-06 18:02:49 +07:00
parent c8567a24c7
commit 5c4ebf7152
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func NewPopulator(
dryRun bool,
) (Populator, error) {
if dbDialect != dialectMySQL {
return nil, fmt.Errorf("not support [%s]: %w", dbDialect, ErrNotSupportDialect)
return nil, fmt.Errorf("not support dialect [%s]: %w", dbDialect, ErrNotSupportDialect)
}
// https://go.dev/doc/tutorial/database-access