I saw this example from sqlite3 on GitHub :
sqlite3
GitHub
import ( "database/sql" "fmt" _ "github.com/mattn/go-sqlite3" "log" "os" )
and cannot seem to find what the underscore in front of an import statement means.
1.4m articles
1.4m replys
5 comments
57.0k users