Skip to content

Commit 0421557

Browse files
committed
utils: fix pkg name
sorry for doing that here
1 parent a8d400b commit 0421557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package imgui
1+
package utils
22

33
// SliceToPtr takes a slice and returns its C-compatible pointer.
44
func SliceToPtr[T any](slice []T) *T {

utils/ptr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package datautils
1+
package utils
22

33
import (
44
"fmt"

0 commit comments

Comments
 (0)