TODO.txt
changeset 173 b257c67d2491
parent 163 3f891f7fe817
equal deleted inserted replaced
172:36a42bc073f0 173:b257c67d2491
     1 Review all the *Client receiver methods in layer3.go. They should
     1 Review all the *Client receiver methods in layer3.go. They should
     2 probably either all be receivers, or none.
     2 probably either all be receivers, or none.
     3 
     3 
     4 Add a Reconnect() function.
     4 Add a Reconnect() function.
     5 
       
     6 Eliminate as many uses of Generic as possible.