mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 15:53:46 +00:00
6 lines
116 B
Go
6 lines
116 B
Go
package util
|
|
|
|
// ValidateQuery does nothing.
|
|
func ValidateQuery(request string) (string, error) {
|
|
return "", nil
|
|
}
|