Skip to content

Commit 371757d

Browse files
committed
fix: restore strings import in caveman_safety
The import was incorrectly removed — strings.ToLower, strings.Contains, strings.TrimSpace, and strings.Builder are all used in this file.
1 parent feb9ba5 commit 371757d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/compress/caveman_safety.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package compress
22

33
import (
4+
"strings"
45
"unicode"
56
)
67

0 commit comments

Comments
 (0)