Skip to content

Commit

Permalink
feat: add Mengeneinheit.ZERO for compatability with BO4E.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Feb 14, 2025
1 parent 687ad90 commit 2c111b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions enum/mengeneinheit/mengeneinheit.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ const (
MONAT // MONAT is 1 month
JAHR // JAHR is year
PROZENT // PROZENT is percent
ZERO // ZERO should not be used and is just here for full-compatability with the bo4e.net lib
)
3 changes: 3 additions & 0 deletions enum/mengeneinheit/mengeneinheit_jsonenums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions enum/mengeneinheit/mengeneinheit_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c111b4

Please sign in to comment.