6 lines
58 B
Go
6 lines
58 B
Go
package main
|
|
|
|
func Test() {
|
|
println("Hello from test")
|
|
}
|
package main
|
|
|
|
func Test() {
|
|
println("Hello from test")
|
|
}
|