mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-16 20:24:11 +00:00
5 lines
85 B
Go
5 lines
85 B
Go
package util
|
|
|
|
func ValidateQuery(request string) (string, error) {
|
|
return "", nil
|
|
}
|