Skip to content

feature request: Align ImportPaths in ImportDecls if PackageName is given #1044

@bytbox

Description

@bytbox
Rather than

import (
        a "thing"
        another "thing"
        "other"
)

gofmt should produce

import (
        a       "thing"
        another "thing"
        "other"
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions