SYMBOL INDEX (15 symbols across 1 files) FILE: intheshell.go constant OneMSec (line 15) | OneMSec = 1000 * 1000 constant OneSec (line 16) | OneSec = 1000 * 1000 * 100 constant TextSpeed (line 17) | TextSpeed = 50 function getGhost (line 23) | func getGhost() string { function textShowSlow (line 37) | func textShowSlow(inString string) { function textHideSlow (line 49) | func textHideSlow(inString string) { function clearScreen (line 62) | func clearScreen() { function Bold (line 68) | func Bold(inString string) string { function ps1str (line 73) | func ps1str() string { function showCreds (line 78) | func showCreds() { function getTTYSize (line 99) | func getTTYSize() (int, int) { function centrifyText (line 123) | func centrifyText(inText string) string { function appExit (line 135) | func appExit() { function centerVertical (line 143) | func centerVertical() string { function main (line 153) | func main() {