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
// Check if the 'name' argument is blank (empty string)
if name == "" {
fmt.Println("Condition triggered: 'name' argument is blank (empty string).")
// You can add specific logic here for a blank name
}
Hi, I wanted to make an
if
statement trigger ifargs
is blank.Just wondering how i could do that!
Thanks
The text was updated successfully, but these errors were encountered: