Skip to content

Commit 7f202ad

Browse files
authored
Merge pull request #40 from nikhrom/main
fix compilation error
2 parents 6881072 + 4e74340 commit 7f202ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert_assign.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package optional
22

33
import (
4+
_ "database/sql"
45
_ "unsafe"
56
)
67

0 commit comments

Comments
 (0)