Skip to content

Commit ea96def

Browse files
committed
fix iface for ft
1 parent bf7f1d8 commit ea96def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codetree/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type (
77
}
88

99
IFuncTree interface {
10-
GetImports(scanMocks, scanTests bool) (Relation, error)
10+
GetFuncs(scanMocks, scanTests bool) (Relation, error)
1111
GenerateGraph() (string, error)
1212
}
1313
)

0 commit comments

Comments
 (0)