generated: hack/update-vendor.sh

This commit is contained in:
Jordan Liggitt
2019-04-01 11:07:04 -04:00
parent 2ea3cbdcbc
commit d0261b1077
528 changed files with 24751 additions and 126492 deletions

View File

@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package astutil contains common utilities for working with the Go AST.
package astutil
package astutil // import "golang.org/x/tools/go/ast/astutil"
import (
"fmt"

View File

@@ -18,7 +18,7 @@
// Go 1.8 export data files, so they will work before and after the
// Go update. (See discussion at https://golang.org/issue/15651.)
//
package gcexportdata
package gcexportdata // import "golang.org/x/tools/go/gcexportdata"
import (
"bufio"

View File

@@ -9,7 +9,7 @@
// Package gcimporter provides various functions for reading
// gc-generated object files that can be used to implement the
// Importer interface defined by the Go 1.5 standard library package.
package gcimporter
package gcimporter // import "golang.org/x/tools/go/internal/gcimporter"
import (
"bufio"

View File

@@ -70,7 +70,7 @@ according to the conventions of the underlying build system.
See the Example function for typical usage.
*/
package packages
package packages // import "golang.org/x/tools/go/packages"
/*

View File

@@ -12,7 +12,7 @@
// It needs to be manually kept in sync with upstream when changes are
// made to cmd/go/internal/get; see https://golang.org/issue/11490.
//
package vcs
package vcs // import "golang.org/x/tools/go/vcs"
import (
"bytes"