mirror of
https://github.com/MontFerret/ferret.git
synced 2025-04-17 12:06:17 +02:00
8 lines
111 B
Go
8 lines
111 B
Go
package templates
|
|
|
|
const getURL = `return window.location.toString()`
|
|
|
|
func GetURL() string {
|
|
return getURL
|
|
}
|