goimports - fix import order
https://github.com/golang/go/wiki/CodeReviewComments#imports
This commit is contained in:
@@ -2,10 +2,11 @@ package altsrc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/urfave/cli/v2"
|
||||
"reflect"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
// MapInputSource implements InputSourceContext to return
|
||||
|
||||
Reference in New Issue
Block a user