Documentation
¶
Overview ¶
Package util provides utility functions for various operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeFile ¶
DecodeFile decodes a base64 encoded string, trims whitespace, and returns the decoded string. If decoding fails, it returns an error.
func Diff ¶
Diff calculates the difference score between two strings by computing the total number of lines removed and added. @todo #81:90min Repair Diff method to return the number of lines that were removed and added by some reason this method returns to many changes lines. For example, if a file has 15 changes, this method migt return 200. We need to find the bug and fix it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.