blob: 8d0d8dcef4a3c6745ed69c2ef1a77e7b674500f0 [file] [log] [blame]
<godepcop>
<!-- The vdl package is very widely used; it is imported by most vdl-generated
files, which are used throughout the codebase.
Maintain a strict rule of no imports (other than standard packages and vdl/convlib),
to avoid painful circular dependencies. -->
<pkg allow="v.io/v23/vdl/vdlconv"/>
<pkg deny="..."/>
<!-- Relax the rule for external tests -->
<xtest allow="v.io/v23/..."/>
</godepcop>