- Create a new prettyFormat.go file to contain all the detailed log formatting and printing logic. - Simplify doPlayback.go to handle the summary view and call out to the new prettyFormatChat function for detailed views. - This separation of concerns makes the code cleaner and fixes compilation errors related to redeclared functions. |
||
---|---|---|
resources | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
argv.go | ||
argvAutoshell.go | ||
control | ||
doPlayback.go | ||
exit.go | ||
main.go | ||
prettyFormat.go | ||
structs.go |