go-optional icon indicating copy to clipboard operation
go-optional copied to clipboard

fix compilation error

Open nikhrom opened this issue 9 months ago • 0 comments

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: image

nikhrom avatar May 17 '24 13:05 nikhrom