Categorygithub.com/kotopheiop/gocodewarssolutionskyu_8Convert_boolean_values_to_strings_Yes_or_No
package
0.0.0-20241102054555-b6e87e53946e
Repository: https://github.com/kotopheiop/gocodewarssolutions.git
Documentation: pkg.go.dev

# README

Convert boolean values to strings 'Yes' or 'No'.

Complete the method that takes a boolean value and return a "Yes" string for true, or a "No" string for false.