浏览代码

docs: add comment.

Bo-Yi Wu 8 年之前
父节点
当前提交
0cb7cf88cb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/auto-tls/main.go

+ 1 - 0
examples/auto-tls/main.go

@@ -8,6 +8,7 @@ import (
 func main() {
 	r := gin.Default()
 
+	// folder for storing certificates
 	gin.AutoTLSManager.Cache = autocert.DirCache("/var/www/.cache")
 
 	// Ping handler