start new:
tmux
start new with session name:
tmux new -s myname
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| // Suggestions from golang-nuts | |
| // http://play.golang.org/p/Ctg3_AQisl |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |