- Golang with
$GOPATH
set to your preferred directory
- Get source code
$ git clone https://github.com/iczc/ss-panel-checkin.git $GOPATH/src/github.com/iczc/ss-panel-checkin
or
$ go get github.com/iczc/ss-panel-checkin
- Compile the project
cd $GOPATH/src/github.com/iczc/ss-panel-checkin
go build
./ss-panel-checkin -host <host> -email <email> -passwd <password>