10 lines
72 B
Go
10 lines
72 B
Go
package test
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Test() {
|
|
fmt.Printf("test")
|
|
}
|