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
When we create a new extension, we do not create a go.mod file under vm folder. Eventually we have to do go mod init <foo> manually. It would better to create this automatically.