mirror of
https://github.com/esimov/pigo.git
synced 2025-10-06 16:46:52 +08:00
fixed typo across the project
This commit is contained in:
@@ -119,7 +119,7 @@ func FindFaces(pixels []uint8) uintptr {
|
||||
coords := make([]int, 0, len(dets))
|
||||
|
||||
go func() {
|
||||
// Since in Go we cannot transfer a 2d array trough an array pointer
|
||||
// Since in Go we cannot transfer a 2d array through an array pointer
|
||||
// we have to transform it into 1d array.
|
||||
for _, v := range dets {
|
||||
coords = append(coords, v...)
|
||||
|
Reference in New Issue
Block a user