2
0
config/main.go
2017-12-08 21:02:26 +08:00

11 lines
66 B
Go

package main
import (
"fmt"
)
func main() {
cli := DBCli{}
}