1 parent 4a79182 commit e5420afCopy full SHA for e5420af
1 file changed
internal/exercises/templates/37_sorting_by_functions/sorting_by_functions.go
@@ -1,6 +1,6 @@
1
package sorting_by_functions
2
3
-import "sort"
+// import sort package
4
5
// TODO:
6
// - Implement the sort.Interface methods for ByName and ByAge
0 commit comments