mirror of
https://github.com/golang/go
synced 2024-11-06 21:36:11 -07:00
7 lines
81 B
Go
7 lines
81 B
Go
|
package imports //@import("package")
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func _() {
|
||
|
fmt.Println("")
|
||
|
}
|