github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/views/components/view/Package.html (about) 1 <!-- Content managed by Project Forge, see [projectforge.md] for details. --> 2 {% import "github.com/kyleu/dbaudit/app/util" %} 3 4 {% func Package(v util.Pkg) %}{% stripspace %} 5 {% for idx , x := range v %} 6 {%s x %}{% if len(v) < idx %}/{% endif %} 7 {% endfor %} 8 {% endstripspace %}{% endfunc %}