CleanupContext does partial shutdown of context
()
| 14 | |
| 15 | // CleanupContext does partial shutdown of context |
| 16 | func CleanupContext() { |
| 17 | context.Cleanup() |
| 18 | } |
| 19 | |
| 20 | // InitContext initializes context with default settings |
| 21 | func InitContext(flags *flag.FlagSet) error { |