Repeat context statement because of a is a pointer

performance  optimization
gofmt  code
This commit is contained in:
leonardyp
2016-02-04 15:25:41 +08:00
parent cf1f63a727
commit 6f6e8caf6c
3 changed files with 11 additions and 19 deletions

View File

@@ -3,10 +3,10 @@ package cli
import (
"errors"
"flag"
"io/ioutil"
"testing"
"fmt"
"io/ioutil"
"strings"
"testing"
)
func TestCommandFlagParsing(t *testing.T) {