Improve GoDocs

This commit is contained in:
Christian Rocha
2020-07-29 20:49:20 -04:00
parent a784aa32ca
commit c0f67a2927
4 changed files with 64 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import (
"os"
)
// LogToFile sets up default logging to log to a file This is helpful as we
// LogToFile sets up default logging to log to a file. This is helpful as we
// can't print to the terminal since our TUI is occupying it. If the file
// doesn't exist it will be created.
//