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
When I use cobra-cli init, it will overwrite my main.go file. Suggest first detect main.go file wether exists or not rather than overwrite it directly. I think it is dangerous, if main.go file has something important content.
When I use cobra-cli init, it will overwrite my
main.gofile. Suggest first detectmain.gofile wether exists or not rather than overwrite it directly. I think it is dangerous, ifmain.gofile has something important content.