lxutils/lxutils.go
2023-11-21 18:03:56 +08:00

8 lines
63 B
Go

package lxutils
import "fmt"
func Aa() {
fmt.Println(123)
}