Exemplo n.º 1
0
func TestPkgRoot(t *testing.T) {
	pr := ks.PkgRoot((*ks.Aes)(nil))
	if strings.HasSuffix(pr, "github.com/itpkg/ksana/utils") {
		t.Logf("pkg root: %s", pr)
	} else {
		t.Errorf("bad pkg root")
	}
}
Exemplo n.º 2
0
//==============================================================================
func init() {
	orm.Register(utils.PkgRoot((*DatabaseStore)(nil)))
}
Exemplo n.º 3
0
Arquivo: db.go Projeto: itpkg/ksana
func init() {
	Register(utils.PkgRoot((*Db)(nil)))
}