We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Various linting tools will throw an error if an anonymous import isn't documented with a comment.
Something like:
import ( "fmt" "log" // Import the MySQL driver for database/sql. _ "github.com/go-sql-driver/mysql" )
Is this possible using Jennifer?
Activity