docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
957 stars 255 forks source link

Removed arrays in the case statement of the isNil function #2253

Open seipan opened 1 year ago

seipan commented 1 year ago

What I did The current isnil function was causing panic when an array was given as an argument, so this has been changed. Also, interface{} was changed to any and test code was added.

(not mandatory) A picture of a cute animal, if possible in relation with what you did