Browse Source

Code comments

Volodymyr Tkach 2 years ago
parent
commit
9c29ee60dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      session/clean.go

+ 1 - 0
session/clean.go

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