@tych0 suggested in https://github.com/anuvu/disko/pull/62 that we change my use of uint to int. I had just used uints for places that I expected only a positive number, but the standard library has some things available to ints that are not available to uints (such as [intSlice](https://golang.org/pkg/sort/#IntSlice)).