7 lignes
99 o
Go
7 lignes
99 o
Go
|
package util
|
||
|
|
||
|
import "html/template"
|
||
|
|
||
|
func Safe(s string) template.URL {
|
||
|
return template.URL(s)
|
||
|
}
|