Dyrus has created a slice with his favorite old-school League of Legends champions. However, he wants to sort it based on the length of each name of the champion — the shortest name first and the longest name last!
Please help him implement the sorting function required for this task. To do this, you will need to use the sort.Slice() function along with the builtin function len on the names of each champion!