mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-31 02:31:04 +00:00
23 lines
490 B
Go
23 lines
490 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"},
|
|
// },
|
|
// })
|
|
// }
|
|
//}
|
|
|
|
var ConfigTemplate = `
|
|
-----------------------------------------------------------
|
|
|
|
-----------------------------------------------------------
|
|
`
|