mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 11:40:13 +00:00
17 lines
339 B
Go
17 lines
339 B
Go
package internal
|
|
|
|
//type bytesPatcher struct{}
|
|
//
|
|
//func (p *bytesPatcher) Visit(node *ast.Node) {
|
|
// switch (*node).(type) {
|
|
// case *ast.MemberNode:
|
|
// ast.Patch(node, &ast.CallNode{
|
|
// Callee: &ast.MemberNode{
|
|
// Node: *node,
|
|
// Name: "String",
|
|
// Property: &ast.StringNode{Value: "String"},
|
|
// },
|
|
// })
|
|
// }
|
|
//}
|