Skip to content

Commit

Permalink
all: go fmt std cmd (but revert vendor)
Browse files Browse the repository at this point in the history
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Ia0534360e4957e58cd9a18429c39d0e32a6addb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/294430
Trust: Russ Cox <[email protected]>
Run-TryBot: Russ Cox <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Jason A. Donenfeld <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>

Cherry-picked-from: golang/go@d4b2638
  • Loading branch information
rsc authored and LukeShu committed Apr 24, 2024
1 parent ce55338 commit 2edec1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build gofuzz
// +build gofuzz

package html
Expand Down

0 comments on commit 2edec1b

Please sign in to comment.