Added an example of the use of godoc's BUG comment.
authorChris Jones <chris@cjones.org>
Wed, 28 Dec 2011 12:50:08 -0700
changeset 19 e923f28d65aa
parent 18 9f4af32925bf
child 20 e119444a1119
Added an example of the use of godoc's BUG comment.
stream.go
--- a/stream.go	Wed Dec 28 12:46:03 2011 -0700
+++ b/stream.go	Wed Dec 28 12:50:08 2011 -0700
@@ -307,7 +307,8 @@
 	cl.socketSync.Done()
 }
 
-// TODO Implement TLS/SASL EXTERNAL.
+// TODO
+// BUG(cjyar) Doesn't implement TLS/SASL EXTERNAL.
 func (cl *Client) chooseSasl(fe *Features) {
 	var digestMd5 bool
 	for _, m := range(fe.Mechanisms.Mechanism) {