Updated echo to use the latest version
This commit is contained in:
5
vendor/golang.org/x/tools/go/loader/doc.go
generated
vendored
5
vendor/golang.org/x/tools/go/loader/doc.go
generated
vendored
@ -7,7 +7,8 @@
|
||||
// of dependencies. The ASTs and the derived facts are retained for
|
||||
// later use.
|
||||
//
|
||||
// THIS INTERFACE IS EXPERIMENTAL AND IS LIKELY TO CHANGE.
|
||||
// Deprecated: This is an older API and does not have support
|
||||
// for modules. Use golang.org/x/tools/go/packages instead.
|
||||
//
|
||||
// The package defines two primary types: Config, which specifies a
|
||||
// set of initial packages to load and various other options; and
|
||||
@ -201,5 +202,3 @@ package loader
|
||||
// the error.
|
||||
//
|
||||
// The result of using concurrency is about a 2.5x speedup for stdlib_test.
|
||||
|
||||
// TODO(adonovan): overhaul the package documentation.
|
||||
|
Reference in New Issue
Block a user