compose-cli
compose-cli copied to clipboard
Removed arrays in the case statement of the isNil function
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