fix: add missing log import in agent/instance.go
This commit is contained in:
parent
88da084356
commit
f0c6727fcc
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package agent
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue