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