mirror of
https://github.com/gin-gonic/gin.git
synced 2025-04-06 03:57:46 +08:00
docs: add comment.
This commit is contained in:
parent
fb502ca58b
commit
0cb7cf88cb
@ -8,6 +8,7 @@ import (
|
||||
func main() {
|
||||
r := gin.Default()
|
||||
|
||||
// folder for storing certificates
|
||||
gin.AutoTLSManager.Cache = autocert.DirCache("/var/www/.cache")
|
||||
|
||||
// Ping handler
|
||||
|
Loading…
x
Reference in New Issue
Block a user