diff options
author | Wolfy-J <[email protected]> | 2020-10-17 17:18:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-17 17:18:24 +0300 |
commit | f0ac12cb7870c71342bf0f2cee6883722ddd9ea1 (patch) | |
tree | d2d242c0e604f8d767268088a83e8447485303ca | |
parent | 6baed08ed59f53e8c3e83b32ad6def86d76f67c7 (diff) |
- fixed app contextv2.0.0-alpha7v2.0.0-alpha10
-rw-r--r-- | plugins/factory/app.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/factory/app.go b/plugins/factory/app.go index 2c424294..0399b7e6 100644 --- a/plugins/factory/app.go +++ b/plugins/factory/app.go @@ -1,7 +1,6 @@ package factory import ( - "context" "errors" "fmt" "os" |