mirror of
https://github.com/golang/go
synced 2024-11-07 01:36:13 -07:00
17 lines
197 B
Go
17 lines
197 B
Go
|
@@ -1,16 +1,13 @@
|
||
|
package format //@format("package")
|
||
|
|
||
|
import (
|
||
|
- "runtime"
|
||
|
"fmt"
|
||
|
"log"
|
||
|
+ "runtime"
|
||
|
)
|
||
|
|
||
|
func hello() {
|
||
|
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
var x int //@diag("x", "LSP", "x declared but not used")
|
||
|
}
|