Skip to content

Commit

Permalink
add utf8 import
Browse files Browse the repository at this point in the history
  • Loading branch information
cesartw committed Nov 12, 2021
1 parent a38107e commit 326bb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stringutil/stringutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"regexp"
"strings"
"unicode"
"unicode/utf8"
)

// Truncate returns the "n" left characters of the string.
Expand Down

0 comments on commit 326bb52

Please sign in to comment.