mirror of
https://github.com/golang/go
synced 2024-11-19 09:44:46 -07:00
12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
|
-- goimports --
|
||
|
package imports //@import("package")
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func _() {
|
||
|
fmt.Println("")
|
||
|
}
|
||
|
|
||
|
-- goimports-d --
|
||
|
|