Give each function its own file.
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// Print solutions into a human friendly format for in the console.
|
||||
func (export *Export) PrintHumanSolutions() {
|
||||
func (export *Export) PrintHumanReadableSolutions() {
|
||||
for solutionIndex, solution := range export.Controller.Solutions {
|
||||
log.Printf("\nSolution #%d:", solutionIndex+1)
|
||||
fmt.Println("╔═══════════╗")
|
Reference in New Issue
Block a user