mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 07:20:07 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
package functions
|
|
|
|
import "net/url"
|
|
|
|
func init() {
|
|
registerFunction("urlescape", url.QueryEscape)
|
|
}
|