mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
FTS5-Suche
This commit is contained in:
5
helpers/functions/slices.go
Normal file
5
helpers/functions/slices.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package functions
|
||||
|
||||
func Length(arr []any) int {
|
||||
return len(arr)
|
||||
}
|
||||
Reference in New Issue
Block a user