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 Dec 15, 2022. It is now read-only.
I am using the latest version of:
Operating System:
Mac OS X
Expected Behavior
Text should not disappear when saving file
Actual Behavior
import statement goes missing
Steps to Reproduce
try to save the following file:
package display
import (
term "term"
)
type Display interface {
Show(depth int) string
}
func (Normal *n) Show(depth int) string {
}
you will see that the import statement is removed from the buffer and the file.
The text was updated successfully, but these errors were encountered: