$ go run sorting-by-function.go Original: [{Jack 10} {Jill 9} {Bob 12}] ByName: [{Bob 12} {Jack 10} {Jill 9}] ByAge: [{Jill 9} {Jack 10} {Bob 12}]