Code: refresh code
This commit is contained in:
@ -48,3 +48,7 @@ func Parse(options ...Option) error {
|
||||
executor.ApplyConfig(cfg, true)
|
||||
return nil
|
||||
}
|
||||
|
||||
func CleanUp() {
|
||||
executor.CleanUp()
|
||||
}
|
||||
|
Reference in New Issue
Block a user