Feature: ability to provide custom imports sorter functionΒ #92
Open
Description
Give user ability to provide custom imports sorter function.
Line 132 in be82eb6
Also it would be nice to have ability to put empty lines to achieve imports like this:
import (
"errors"
"fmt"
"testing"
"github.com/rs/zerolog"
"github.com/rzajac/zrr/zrrtest"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
)
Metadata
Assignees
Labels
No labels