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
If the asset name is too long, then the indentation messes up
It's hard to describe, so please look at the images below:
One possible solution is to use fmt.Printf("%-10v %-10v %-10v", "AAA", "BBB", "CCC"), so that all the columns have the same width even though the text isn't the same length
The text was updated successfully, but these errors were encountered:
If the asset name is too long, then the indentation messes up
It's hard to describe, so please look at the images below:
One possible solution is to use
fmt.Printf("%-10v %-10v %-10v", "AAA", "BBB", "CCC")
, so that all the columns have the same width even though the text isn't the same lengthThe text was updated successfully, but these errors were encountered: