Created
December 27, 2017 15:08
-
-
Save caalberts/3d2af888f7f0daea3c0efa3b5c5ae5e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func (cmd *StringStringMapCmd) Result() (map[string]string, error) { | |
return cmd.val, cmd.err | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment