Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPooh32 committed Sep 9, 2023
1 parent ba91e0f commit e58332b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ func show(ss []string) {

func main() {
mm := []MyString{"hello", "world", "list", "of", "strings"}
ss := cast.Strings(mm)

ss := cast.Strings(mm)

show(ss)
}
Expand Down

0 comments on commit e58332b

Please sign in to comment.