You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
We stop parsing the lines when we find a func or const or type or var declaration. The regular expression used for this was missing to look for a space after these keywords and so mistook typedcorev1 for type declaration :)
I have pushed a fix. Until I release an update, you can do the following to get the fix:
If the above fails with Error: end of central directory record signature not found, then clone this repo and use the Go-latest.vsix file from the cloned repo
Type 'fmt' and try to auto import it. You'll get:
The text was updated successfully, but these errors were encountered: