James Mills
James Mills
But you can define an interface that is common and implement the interface right?
> `int`/`uint` is platform bit size. On 32bit platforms this limits block device sizes to 4 GB which is... small for block devices. > > Almost all [Go file APIs...
The website docs are correct. The CLI's `--help` is not.
I _think_ my problem is #152 hmmm 🤔
FWW I achieved much better results by using the `wsdlgen` cli utility found in this package: - https://github.com/droyo/go-xml
Here is an implementation of something similar: https://github.com/echlebek/grill/blob/b16dbd1a097be186cad7e5cf840ab802e4cfaa3a/internal/grill/diff.go which we could borrow from?
Ahh I see what you mean and what you're doing. I'm writing all my tests purely in `.ct` files. Maybe some _some_ specific tests with output that changes I might...
The _issue_ I have I guess is that if I have to write normal Go code to test some parts of my CLI (_becuase they produce outputs that are not...
For this ti work well, I would have to split out my test execution into per-directory tests containing `*.ct` files right? And have one `func TestXXX` per group of tests,...
Hmm I see....