Skip to content

No way to comment an anonymous import #65

Open
@deitrix

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions