fire-archive / pgxc-ctl-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgxc-ctl-go

Using on Windows

On Windows setup the golang installation.

In a terminal: go get github.com/fire/pgxc-ctl-go

Go to directory: cd %USERPROFILE%\go\src\github.com\fire\pgxc-ctl-go

Get go dependencies: go get

Run main: go run main.go

Using on Unix-likes

On the machine, setup the golang installation.

In a terminal: go get github.com/fire/pgxc-ctl-go

Go to directory: cd $HOME/go/src/github.com/fire/pgxc-ctl-go

Get go dependencies: go get

Run main: go run main.go

About

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%