summaryrefslogtreecommitdiffstats
path: root/src/go/printer/testdata/gobuild7.input
blob: bf41dd4b59bcc3d108e2ce8bffe421474101c1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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