github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/views/components/view/UUID.html (about) 1 <!-- Content managed by Project Forge, see [projectforge.md] for details. --> 2 {% import "github.com/google/uuid" %} 3 4 {% func UUID(value *uuid.UUID) %}{% stripspace %} 5 {%- if value != nil -%} 6 {%s value.String() %} 7 {%- endif -%} 8 {% endstripspace %}{% endfunc %}