diff options
| author | linxin <[email protected]> | 2023-05-04 18:29:05 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2023-05-04 18:29:05 +0800 |
| commit | bd8134ad8a719f8c34dcfc0bafd80ae814ab673a (patch) | |
| tree | 93f75cdda18626700caa650db45fb32c0b909511 /config | |
| parent | c78ce80834e04ad105d46249f1bd3c0fa790e4d4 (diff) | |
修改命名规范,删除debug pod,增加挂载方案
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 498d9ad..f479ce4 100644 --- a/config/config.go +++ b/config/config.go @@ -1,7 +1,7 @@ package config import ( - "coredump-handler/types" + "coredump-tools/types" "encoding/json" "io/ioutil" ) |
