Skip to content

Commit 3603569

Browse files
committed
go/analysis/passes/loopclosure: move loopclosure cmd to tools/internal
1 parent e8e1fa9 commit 3603569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/analysis/passes/internal/loopclosure/main.go renamed to internal/loopclosure/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// The loopclosure command applies the golang.org/x/tools/go/analysis/passes/loopclosure
66
// analysis to the specified packages of Go source code.
77
// It enables additional experimental checking that is disabled by default in Go 1.20.
8-
//
98
package main
109

1110
import (

0 commit comments

Comments
 (0)