chore: fix dijkstra
Go Test / build (pull_request) Failing after 2m39s

This commit is contained in:
xuu
2023-12-28 18:57:22 -07:00
parent 1a3374a557
commit 1fac5f7b4d
13 changed files with 314 additions and 269 deletions
-1
View File
@@ -41,7 +41,6 @@ func Logf(format string, v ...any) {
fmt.Fprintf(os.Stderr, format, v...)
}
func ReadStringToInts(fields []string) []int {
return SliceMap(Atoi, fields...)
}