var gopath … func init() { … } func TestFixImports(t *testing.T) { … } // TestDryRun tests that the -n flag suppresses calls to writeFile. func TestDryRun(t *testing.T) { … }
var gopath … func init() { … } func TestFixImports(t *testing.T) { … } // TestDryRun tests that the -n flag suppresses calls to writeFile. func TestDryRun(t *testing.T) { … }