pgweb/main.go
2017-05-16 21:28:07 -05:00

10 lines
90 B
Go

package main
import (
"github.com/sosedoff/pgweb/pkg/cli"
)
func main() {
cli.Run()
}