Descriptioncmd/dist: Reuse streq whenever possible.
Basically this cleanup replaces all the usage usages of strcmp() == 0,
found by the following command line:
$ grep -R strcmp cmd/dist | grep "0"
Patch Set 1 #Patch Set 2 : diff -r 6316af2a3b922fa9515e0ddd6edfa04922abef00 https://code.google.com/p/go #
MessagesTotal messages: 3
|