diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-01 21:35:13 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-02 16:57:32 +0200 |
| commit | fbedd425b575868124577640fe02c9c0a73c4be3 (patch) | |
| tree | 80b942c87b1b68274573b3ef90a7091211e4769e /pkg/csource | |
| parent | d5b1542a54ed37d8b7c9a62bfc441893b509b198 (diff) | |
pkg/mgrconfig: move from syz-manager/mgrconfig
mgrconfig was used only by syz-manager initially,
but now it's used by a dozen of packages and it's
weird to import from under a binary dir.
pkg/ is much more reasonable dir for a widely used
helper package.
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/options.go b/pkg/csource/options.go index 061b20246..1cfc627ee 100644 --- a/pkg/csource/options.go +++ b/pkg/csource/options.go @@ -9,7 +9,7 @@ import ( "errors" "fmt" - "github.com/google/syzkaller/syz-manager/mgrconfig" + "github.com/google/syzkaller/pkg/mgrconfig" ) // Options control various aspects of source generation. |
