feat: Add check service (WIP)
This commit is contained in:
5
pkg/slice/chunk.go
Normal file
5
pkg/slice/chunk.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package slice
|
||||
|
||||
func ChunkSlice[T any](slice []T, chunkSize int) [][]T {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user