Code review comment for lp:~chipaca/ubuntu-push/out-with-the-new-in-with-the-oh-wait

Revision history for this message
Samuele Pedroni (pedronis) wrote :

123 + if sess.AuthHelper == nil || len(sess.AuthHelper) == 0 {

len() is enough, len of a nil slice is legal in go and also gives 0

« Back to merge proposal