template_fun.go 75 B

12345
  1. package utils
  2. func Asset(p string,cdn string) string {
  3. return cdn + p;
  4. }