fix: GoPkgOutline, should reset pkg_info data before rerender (#198)

* fix: use strict test function name while debugging

* fix: use strict test function name while debugging

* Revert "fix: use strict test function name while debugging"

This reverts commit f47dd66c50.

* fix: GoPkgOutline, should reset pkg_info data before rerender

Co-authored-by: zhuyajie <930664@qq.com>
pull/200/head^2
Yajie Zhu 2 years ago committed by GitHub
parent 6c793a1c6f
commit 5ad5a53708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,6 +190,7 @@ local function handle_data_out(_, data, ev)
if not data then
return
end
pkg_info = {}
local types = { "CONSTANTS", "FUNCTIONS", "TYPES", "VARIABLES" }
for i, val in ipairs(data) do
-- first strip the filename

Loading…
Cancel
Save