The example for exec.Command won't run in the playground sandbox because it depends on 'tr'. http://golang.org/pkg/os/exec/#Command There are other such examples. We should probably detect (somehow) that they won't run, and not display them as runnable examples on golang.org.