mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
6 lines
245 B
Go
6 lines
245 B
Go
|
/*Package x is a namespace for other packages. Packages under x have looser
|
||
|
compatibility requirements. Packages in this namespace may contain backwards
|
||
|
incompatible changes within the same major version.
|
||
|
*/
|
||
|
package x // import "gotest.tools/x"
|