mirror of
https://github.com/golang/go
synced 2024-11-06 22:26:11 -07:00
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
|
-- goimports --
|
||
|
package imports //@import("package")
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func _() {
|
||
|
fmt.Println("")
|
||
|
}
|
||
|
|