marjamis/kata-go

upgrade this to a proper wrapper

Closed this issue · 1 comments

todo commented

// TODO upgrade this to a proper wrapper
log.Debug("Testing")
operations := []Day8OpData{}
for _, d := range programData {
da, _ := strconv.Atoi(strings.Split(d, " ")[1])
operations = append(operations, Day8OpData{


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

Resolved