2022-06-03
Go Web Framework Gin learning 5 – Code parsing custom templates custom functions
main.gopackage mainimport ( “github.com/gin-gonic/gin” “html/template” “net/http” “time”)func main() { app := Gin.Default() /*Gin template,Add a custom function */ app.setfuncmap (template.funcmap…