• Tim Hockin's avatar
    Comment and simplify a bit of conversion · f63f168b
    Tim Hockin authored
    There are ample opportunities to optimize and streamline here.  For example,
    there's no reason to have a function to convert IntStr to IntStr. Removing the
    function does generate the right assignment, but it is unclear whether the
    registered function is needed or not.  I opted to leave it alone for now.
    Another example is Convert_Slice_byte_To_Slice_byte, which just seems silly.
    f63f168b
conversion.go 4.21 KB