Documentation ¶
Overview ¶
Package testing is a helper package for test packages in the CUE project. As such it should only be imported in _test.go files.
Index ¶
Constants ¶
View Source
const DefaultVersion = "v2"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type M ¶
func (*M) TODO_NoSharing ¶
func (t *M) TODO_NoSharing()
func (*M) TODO_Sharing ¶
func (t *M) TODO_Sharing()
type Matrix ¶
type Matrix []M
var DefaultOnlyMatrix Matrix = FullMatrix[:1]
var SmallMatrix Matrix = FullMatrix[:2]
Click to show internal directories.
Click to hide internal directories.