ソースを参照

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