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
Add GoVarStmt type for in-body variable declarations. Convert 16
GoRawStmt instances to structured nodes: var declarations to GoVarStmt,
simple assignments to GoAssignStmt, defer to GoDeferStmt, comment to
GoComment. GoRawStmt drops from 64 to 48.
0 commit comments