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