Skip to content

Commit 2ba7cf9

Browse files
dmitshurgopherbot
authored andcommitted
internal/imports: remove obsolete go:generate directive
CL 567837 deleted mkstdlib.go (a generator) and zstdlib.go (its output). For golang/go#46136. For golang/go#38706. Change-Id: If5623e3ab014c2fee63b1d058c726ea5acb06aa2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/571276 Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 0fb9b7b commit 2ba7cf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/imports/imports.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:generate go run mkstdlib.go
6-
75
// Package imports implements a Go pretty-printer (like package "go/format")
86
// that also adds or removes import statements as necessary.
97
package imports

0 commit comments

Comments
 (0)