brydavis / prox

Database Polyglot Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add to listen func

brydavis opened this issue · comments

func listen() {
    for m := range manager {
        interpret(nil, fmt.Sprintf(".use %s", m))
        fmt.Printf(intro, now.Month(), now.Day(), now.Year(), m)
        break
    }

    ...
}