The Control Panel Dashboard now updates every second. You can now see how many guests and users are online via the Control Panel Dashboard. The Control Panel Dashboard is now a little more mobile friendly.
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
echo "Generating the dynamic code"
|
|
go generate
|
|
echo "Building Gosora"
|
|
go build -o Gosora -tags no_ws
|
|
echo "Running Gosora"
|
|
./Gosora
|