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