Emma has created a Go program that serializes the medals map into the medalsJSON variable, however when she tried to print the serialized medalsJSON she got the following error:
json: unsupported type: map[interface {}]string
Can you help her find and fix the error within her code so that she can properly serialize the medals map?
Tip: Remember what is the only data type that JSON supports for map keys!