kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/basic/packages.go (about) 1 // Package pkg verifies that the required package structure is created. 2 // - @pkg defines/binding Pkg 3 package pkg 4 5 //- Pkg=vname("package", "test", _, "pkg", "go").node/kind package 6 //- Pkg.doc/uri "http://godoc.org/test/pkg" 7 //- File=vname("", "test", _, "pkg/packages.go", "").node/kind file 8 //- File childof Pkg