func golang.org/x/pkgsite/internal/godoc.encode_slice_ast_Expr
9 uses
golang.org/x/pkgsite/internal/godoc (current package)
encode_ast.gen.go#L84: encode_slice_ast_Expr(e, x.Lhs)
encode_ast.gen.go#L96: encode_slice_ast_Expr(e, x.Rhs)
encode_ast.gen.go#L574: encode_slice_ast_Expr(e, x.Args)
encode_ast.gen.go#L643: encode_slice_ast_Expr(e, x.List)
encode_ast.gen.go#L952: encode_slice_ast_Expr(e, x.Elts)
encode_ast.gen.go#L2539: encode_slice_ast_Expr(e, x.Results)
encode_ast.gen.go#L3364: encode_slice_ast_Expr(e, x.Values)
encode_ast.gen.go#L3473: func encode_slice_ast_Expr(e *codec.Encoder, s []ast.Expr) {
encode_ast.gen.go#L3498: func(e *codec.Encoder, x interface{}) { encode_slice_ast_Expr(e, x.([]ast.Expr)) },
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |