func empty()

in sg/internal/result/result.go [9:11]


func empty(query string) Result {
	return Result{Query: query}
}