1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-04-23 12:18:46 +02:00

8 lines
111 B
Go
Raw Normal View History

package templates
const getURL = `return window.location.toString()`
func GetURL() string {
return getURL
}