Updating timerlist

This commit is contained in:
Brian Buller 2022-11-18 13:57:43 -06:00
parent 5e83abb73b
commit 6310dc9f6b
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ func (timerlist *TimerList) WriteToFile(file *os.File) error {
return err
}
// WriteToFile writes a TimerList to *os.File.
// LoadFromFilename loads a TimerList from the filename.
func (timerlist *TimerList) LoadFromFilename(filename string) error {
file, err := os.Open(filename)
if err != nil {