mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 20:27:23 -07:00
chore: updated utility functions
This commit is contained in:
parent
040e9ac808
commit
5e3332e080
5 changed files with 157 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package util
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// FormatErrorList() is a wrapper function that unifies error list formatting
|
||||
// and makes printing error lists consistent.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue