...

Source file src/gotest.tools/v3/x/doc.go

Documentation: gotest.tools/v3/x

     1  /*
     2  Package x is a namespace for experimental packages. Packages under x have looser
     3  compatibility requirements. Packages in this namespace may contain backwards
     4  incompatible changes within the same major version.
     5  */
     6  package x // import "gotest.tools/v3/x"
     7  

View as plain text