Closed brauner closed 6 years ago
Do we need the conditional in the Execute as well (see below)?
if VersionAtLeast(2, 1, 0) {
...
Also how about replacing the Execute if this works properly now?
Do we need the conditional in the Execute as well (see below)?
I don't think so.
Also how about replacing the Execute if this works properly now?
This is not so nice since the current Execute()
returns a tuple. But we could probably always return []byte
as nil.
makes sense
LGTM
This is an API-only version of Execute().
Closes #83.
Signed-off-by: Christian Brauner christian.brauner@ubuntu.com