Introduce query language (resembling reprepro syntax).

This commit is contained in:
Andrey Smirnov
2014-07-10 21:28:02 +04:00
parent d262a131cc
commit ada3ae0094
8 changed files with 577 additions and 2 deletions

11
query/query_test.go Normal file
View File

@@ -0,0 +1,11 @@
package query
import (
. "launchpad.net/gocheck"
"testing"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}