cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

feat(bundle.go): add DeepCopy for InvocationImage/BaseImage/Image #143

Closed vdice closed 5 years ago

vdice commented 5 years ago

Adds a DeepCopy method on a BaseImage struct, used also for DeepCopy methods for the InvocationImage and Image structs.

vdice commented 5 years ago

(subsequent forced-pushed commit just to rebase w/ master)