Mode:
Duration:
1
2
3
4
5
6
7
8
9
// Build the application
$ go build -o app main.go
// Copy binary to Linux server
$ scp app user@server:/home/user/
// Run the application
$ ssh user@server
$ ./appCoding works best on desktop or with an external keyboard.