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
Right now the code does nothing and the Goland IDE shows issues with lines 31,32. If we are using fmt.Sprintf, we should be storing it in a string and then printing it. Otherwise fmt.Printf should be used.