Results 5 issues of ushi

Hate it... But when its done, it will make things easier...

Hi. I'd like work with Module Objects. Unfortunately your lib does not implement `func (cl *Client) Module()` like `func (cl *Client) Device()` or `func (cl *Client) Stream()`. I would love...

Hi, i would like you to use the bundler-audit library for scanning lockfiles stored in a database, rather than beeing available as actual files. So i changed `Scanner#initialize` to take...

Postgres appends line breaks to error messages. This leads to incosistent behavior, since error messages in Go are usually one liners.

Hello, i was playing around with your rrd package and produced some segfaults using the `rrd.Info()` function with rrdtool 1.4.8. Here is my sample program: ``` go package main import...