go/doc.Example.Play (field)

5 uses

	golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
		linkify.go#L183: 	if ex.Play != nil {
		linkify.go#L184: 		if err := format.Node(&buf, r.fset, ex.Play); err != nil {

	golang.org/x/pkgsite/internal/godoc/internal/doc
		example.go#L27: 	Play        *ast.File // a whole program version of the example
		example.go#L89: 				Play:        playExample(fset, file, f),
		example.go#L102: 			flist[0].Play = playExampleFile(file)