Browse Source

Update README.md

Vova Tkach 6 years ago
parent
commit
c6d341a14a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -49,6 +49,9 @@ func main() {
 		}
 	})
 
+	// Delete expired session files
+	session.Clean("./tmp")
+
 	http.ListenAndServe(":8080", nil)
 }
 ```