diff options
Diffstat (limited to 'vendor/golang.org/x/tools/go/internal/pkgbits/flags.go')
-rw-r--r-- | vendor/golang.org/x/tools/go/internal/pkgbits/flags.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go b/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go deleted file mode 100644 index 65422274..00000000 --- a/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2022 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 pkgbits - -const ( - flagSyncMarkers = 1 << iota // file format contains sync markers -) |