Move build-constraints near the top.

This commit is contained in:
Morten Siebuhr 2015-07-30 22:44:33 +02:00
parent 8958a57999
commit 366bd4d57c
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Build only when actually fuzzing
// +build gofuzz
package text package text
import "bytes" import "bytes"
// Build only when actually fuzzing
// +build gofuzz
// Fuzz text metric parser with with github.com/dvyukov/go-fuzz: // Fuzz text metric parser with with github.com/dvyukov/go-fuzz:
// //
// go-fuzz-build github.com/prometheus/client_golang/text // go-fuzz-build github.com/prometheus/client_golang/text