diff --git a/imports/sortimports.go b/imports/sortimports.go index 68b3dc4e..653afc51 100644 --- a/imports/sortimports.go +++ b/imports/sortimports.go @@ -1,5 +1,3 @@ -// +build go1.2 - // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/imports/sortimports_compat.go b/imports/sortimports_compat.go deleted file mode 100644 index 295f237a..00000000 --- a/imports/sortimports_compat.go +++ /dev/null @@ -1,14 +0,0 @@ -// +build !go1.2 - -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package imports - -import "go/ast" - -// Go 1.1 users don't get fancy package grouping. -// But this is still gofmt-compliant: - -var sortImports = ast.SortImports