this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

all: go fix to remove old build tags

//go:build has been the preferred form since Go 1.17,
and we now require Go 1.19 or later, so `go fix` removes the old form.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I6ada4d12e6e12a8629b83061348cab39b414e36e
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/554283
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-New-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo+gerrithub@cuelang.org>

-4
-1
cue/parser/fuzz.go
··· 13 13 // limitations under the License. 14 14 15 15 //go:build gofuzz 16 - // +build gofuzz 17 16 18 17 package parser 19 18
-1
cue/scanner/fuzz.go
··· 13 13 // limitations under the License. 14 14 15 15 //go:build gofuzz 16 - // +build gofuzz 17 16 18 17 package scanner 19 18
-1
encoding/gocode/gen_test.go
··· 13 13 // limitations under the License. 14 14 15 15 //go:build !gen 16 - // +build !gen 17 16 18 17 package gocode 19 18
-1
internal/filetypes/gen.go
··· 13 13 // limitations under the License. 14 14 15 15 //go:build ignore 16 - // +build ignore 17 16 18 17 package main 19 18