2
0
config/main.go

11 lines
66 B
Go
Raw Normal View History

2017-12-08 20:02:26 +07:00
package main
import (
"fmt"
)
func main() {
cli := DBCli{}
}