Skip to content

Commit e5420af

Browse files
authored
fix: sort missing package (#116)
1 parent 4a79182 commit e5420af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/exercises/templates/37_sorting_by_functions/sorting_by_functions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package sorting_by_functions
22

3-
import "sort"
3+
// import sort package
44

55
// TODO:
66
// - Implement the sort.Interface methods for ByName and ByAge

0 commit comments

Comments
 (0)