renamed module... for some reason

This commit is contained in:
alexchao26
2020-11-27 02:53:18 -05:00
parent b883a59052
commit 574bb4b9cc
58 changed files with 100 additions and 78 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Draw function generates a string to display in terminal
package main
import (
"adventofcode/util"
"github.com/alexchao26/advent-of-code-go/util"
"fmt"
"log"
"strconv"