8 lines
63 B
Go
8 lines
63 B
Go
package lxutils
|
|
|
|
import "fmt"
|
|
|
|
func Aa() {
|
|
fmt.Println(123)
|
|
}
|