mirror of
https://github.com/MontFerret/ferret.git
synced 2025-04-23 12:18:46 +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
|
||
|
}
|