marjamis/kata-go

go through each function and see what I can clean

Closed this issue · 0 comments

todo commented

// TODO go through each function and see what I can clean
// ReadString will take a filename and return the contents as a string
func ReadString(file string) string {
data, err := ioutil.ReadFile(file)
if err != nil {


This issue was generated by todo based on a TODO comment in c946396. It's been assigned to @marjamis because they committed the code.