mirror of
https://github.com/golang/go
synced 2024-11-19 07:24:42 -07:00
15 lines
107 B
Plaintext
15 lines
107 B
Plaintext
|
-- goimports --
|
||
|
package imports //@import("package")
|
||
|
|
||
|
func _() {
|
||
|
println("Hello, world!")
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|