Browse Source

Code comments

Volodymyr Tkach 2 years ago
parent
commit
46a8d3c820
1 changed files with 1 additions and 1 deletions
  1. 1 1
      session/clean.go

+ 1 - 1
session/clean.go

@@ -7,7 +7,7 @@ import (
 	"time"
 )
 
-// Clean to remove all local session files which not was modified more than 24 hours
+// Clean to remove all local session files which not was used more than 24 hours
 func Clean(tmpdir string) error {
 	files, err := ioutil.ReadDir(tmpdir)
 	if err != nil {