| // 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. | |
| // TODO(rsc): Delete this file once Go 1.17 comes out and we can retire Go 1.15 support. | |
| //go:build !go1.16 | |
| // +build !go1.16 | |
| // Package buildtag defines an Analyzer that checks build tags. | |
| package buildtag |