Improve code quality
This commit is contained in:
parent
5edad332cd
commit
3f260e7ffd
11 changed files with 95 additions and 45 deletions
|
|
@ -17,7 +17,7 @@ func (p *ParsingError) Error() string {
|
|||
return p.Description
|
||||
}
|
||||
|
||||
// Print a rich and informative error
|
||||
// Format Print a rich and informative error
|
||||
func (p *ParsingError) Format(src []rune) string {
|
||||
builder := strings.Builder{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue