diff options
Diffstat (limited to 'pkg/aflow/flow/flows.go')
| -rw-r--r-- | pkg/aflow/flow/flows.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/aflow/flow/flows.go b/pkg/aflow/flow/flows.go new file mode 100644 index 000000000..ef2d4697e --- /dev/null +++ b/pkg/aflow/flow/flows.go @@ -0,0 +1,9 @@ +// Copyright 2025 syzkaller project authors. All rights reserved. +// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +package flow + +import ( + _ "github.com/google/syzkaller/pkg/aflow/flow/assessment" + _ "github.com/google/syzkaller/pkg/aflow/flow/patching" +) |
