mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 07:50:17 +00:00
TUN-6937: Bump golang.org/x/* packages to new release tags
This commit is contained in:
2
vendor/golang.org/x/tools/imports/forward.go
generated
vendored
2
vendor/golang.org/x/tools/imports/forward.go
generated
vendored
@@ -40,7 +40,7 @@ var LocalPrefix string
|
||||
//
|
||||
// Note that filename's directory influences which imports can be chosen,
|
||||
// so it is important that filename be accurate.
|
||||
// To process data ``as if'' it were in filename, pass the data as a non-nil src.
|
||||
// To process data “as if” it were in filename, pass the data as a non-nil src.
|
||||
func Process(filename string, src []byte, opt *Options) ([]byte, error) {
|
||||
var err error
|
||||
if src == nil {
|
||||
|
Reference in New Issue
Block a user