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
In the timer component, there is no assigned value to the tag field anywhere, so can we delete the tag field and its judgment logic? Because it is always zero.
// timer.go// Model of the timer component.typeModelstruct {
...tagint...
}
In the timer component, there is no assigned value to the tag field anywhere, so can we delete the tag field and its judgment logic? Because it is always zero.