go-optional
go-optional copied to clipboard
fix compilation error
I encountered a problem during unit tests where the database/sql package was not imported. As a result, go:link did not find the database/sql.convertAssign definition during compilation, which led to a compilation error
Error when built tests: