spray/internal/utils.go

23 lines
490 B
Go
Raw Normal View History

package internal
2024-06-06 18:11:45 +08:00
//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"},
// },
// })
// }
//}
2024-09-10 17:59:38 +08:00
var ConfigTemplate = `
-----------------------------------------------------------
-----------------------------------------------------------
`