yoake/internal/servetpl/funcmap/files.go

8 lines
157 B
Go
Raw Normal View History

2022-11-20 12:05:14 -06:00
package funcmap
import "net/url"
func FileAccess(path string) string {
return "https://yoake.yumechi.jp/file_access.html?path=" + url.QueryEscape(path)
}