Skip to content

Commit

Permalink
Update option_go118.go
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Jul 16, 2024
1 parent ef7a827 commit 70ca350
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions option_go118.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

package mo

//
// sql.Null[T] has been introduce in go1.22
// This file is a copy of stdlib and ensure retro-compatibility.
//

import (
"database/sql"
"database/sql/driver"
Expand Down

0 comments on commit 70ca350

Please sign in to comment.