Closed ustun-ed closed 6 days ago
We have the following internal code style:
Example:
import ( "context" "fmt" "time" "github.com/ourcompany/ourcompany/pkg/log" "github.com/ourcompany/ourcompany/pkg/percentile" "github.com/google/go-cmp/cmp" svc "github.com/ourcompany/ourcompany/pkg/aggregator_service" )
Could you add support for the final named imports group?
Added a draft PR above.
@n-oden added it
We have the following internal code style:
Example:
Could you add support for the final named imports group?