func gotest.tools/v3/internal/source.FormatNode
8 uses
gotest.tools/v3/internal/source (current package)
source.go#L27: return FormatNode(args[argPos])
source.go#L132: func FormatNode(node ast.Node) (string, error) {
source.go#L154: out, err := FormatNode(n.Node)
gotest.tools/v3/internal/assert
assert.go#L118: x, err := source.FormatNode(binaryExpr.X)
assert.go#L122: y, err := source.FormatNode(binaryExpr.Y)
assert.go#L144: x, err := source.FormatNode(unaryExpr.X)
assert.go#L155: formatted, err := source.FormatNode(expr)
gotest.tools/v3/assert/cmp
result.go#L87: "formatNode": source.FormatNode,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)