SetStandalone registers standalone flag to control package prefix
(standalone bool)
| 465 | |
| 466 | // SetStandalone registers standalone flag to control package prefix |
| 467 | func (r *Registry) SetStandalone(standalone bool) { |
| 468 | r.standalone = standalone |
| 469 | } |
| 470 | |
| 471 | // SetRecursiveDepth records the max recursion count |
| 472 | func (r *Registry) SetRecursiveDepth(count int) { |
no outgoing calls