mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +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")
|
|
}
|