Gin: how to auto reload template file for debug ? SetHTMLTemplate mode

Created on 17 Jan 2017  路  2Comments  路  Source: gin-gonic/gin

how to auto reload template file for debug ???? (in SetHTMLTemplate mode)

question

Most helpful comment

In debug mode, gin always reload templates. In release mode, gin loads templates only once.

All 2 comments

In debug mode, gin always reload templates. In release mode, gin loads templates only once.

closing, please debug mode. thanks!

Was this page helpful?
0 / 5 - 0 ratings