Description
Carrying forward the discussion on the Gerrit thread (link). For every occurrence of the slice []common.Constant, we can remove the mention of the type information, i.e., common.Constant for each slice element. This change can be done because Go can automatically infer the type of the slice elements.
This change gives us code which is cleaner and easier to read.