panik till fixed

This commit is contained in:
Bel LaPointe
2025-05-31 11:15:00 -06:00
parent 44bcc0ba2e
commit 4bdfbd1f06

View File

@@ -213,6 +213,7 @@ func SRTsByGoodness(srts []string) []string {
12 Brazil \
13 Deu \
*/
panic("NOT IMPL")
srts = slices.Clone(srts)
slices.SortFunc(srts, func(a, b string) int {
// if skip a { return 1 }