Repeat context statement because of a is a pointer
performance optimization gofmt code
This commit is contained in:
@@ -3,10 +3,10 @@ package cli
|
||||
import (
|
||||
"errors"
|
||||
"flag"
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCommandFlagParsing(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user