start new:
tmux
start new with session name:
tmux new -s myname
| /** | |
| * An entity is just an ID. This is used to look up its associated | |
| * Components. | |
| */ | |
| export type Entity = number | |
| /** | |
| * A Component is a bundle of state. Each instance of a Component is | |
| * associated with a single Entity. | 
| /* | |
| ******************************************************************************** | |
| Golang - Asterisk and Ampersand Cheatsheet | |
| ******************************************************************************** | |
| Also available at: https://play.golang.org/p/lNpnS9j1ma | |
| Allowed: | |
| -------- | |
| p := Person{"Steve", 28} stores the value |