mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
10 lines
120 B
Go
10 lines
120 B
Go
package query
|
|
|
|
import (
|
|
"testing"
|
|
"log"
|
|
)
|
|
|
|
func TestQueryPlanner(t *testing.T) {
|
|
log.Println("query planner test")
|
|
}
|