smallnest / gitalk

gitalk for colobu
19 stars 0 forks source link

Golang template 小抄 #156

Open smallnest opened 4 years ago

smallnest commented 4 years ago

https://colobu.com/2019/11/05/Golang-Templates-Cheatsheet/

AnkoGo commented 4 years ago

嗯,写的挺好的,如果需要更多了解,请看我的github项目,谢谢!

double12gzh commented 4 years ago

不错。很全很详细,有例子有说明。

luxi78 commented 3 years ago

整理很全面,受教了!

其中的最后一段代码中,vd貌似没有与user关联,

vd := ViewData{}

是否应该改成

vd := ViewData{User:user}

才合适?望指教,感谢。