Skip to content

Commit

Permalink
fix: make string utils avail externally (#335)
Browse files Browse the repository at this point in the history
## Issue
None

## Description
Move string utils to the correct directory for access outside of package

Signed-off-by: Artur Shad Nik <artur@spectrocloud.com>

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
arturshadnik and TylerGillson committed Jul 19, 2024
1 parent 5d4486c commit 81d7d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/utils/strings/strings.go → pkg/util/strings.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package strings contains utility functions for working with strings.
package strings
// Package util contains utility functions for working with strings.
package util

import "strings"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package strings
package util

import (
"slices"
Expand Down

0 comments on commit 81d7d46

Please sign in to comment.