mindoc/utils/template_fun.go

6 lines
75 B
Go
Raw Normal View History

package utils
func Asset(p string,cdn string) string {
return cdn + p;
}