Skip to content

Commit

Permalink
move errValue
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Sep 22, 2024
1 parent be21eaf commit ce583ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 0 additions & 17 deletions parser/debug/err.go

This file was deleted.

2 changes: 2 additions & 0 deletions parser/debug/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import (
"github.com/katydid/validator-go/parser"
)

type errValue struct{}

func (*errValue) Double() (float64, error) {
return 0, parser.ErrNotDouble
}
Expand Down

0 comments on commit ce583ce

Please sign in to comment.