mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-21 20:10:50 +01:00
Compare commits
3 commits
08d374b153
...
225770c051
Author | SHA1 | Date | |
---|---|---|---|
|
225770c051 | ||
|
af136c8569 | ||
|
f20d7c4b90 |
1 changed files with 2 additions and 2 deletions
|
@ -1799,8 +1799,8 @@ func (d Decimal) MarshalJSON() ([]byte, error) {
|
|||
return []byte(str), nil
|
||||
}
|
||||
|
||||
// MarshalYAML implements the yaml.Marshaler interface.
|
||||
func (d Decimal) MarshalYAML() (interface{}, error) {
|
||||
// MarshalYAML implements the [yaml.Marshaler] interface.
|
||||
func (d Decimal) MarshalYAML() (any, error) {
|
||||
if MarshalYAMLWithoutQuotes {
|
||||
n := yaml.Node{
|
||||
Kind: yaml.ScalarNode,
|
||||
|
|
Loading…
Reference in a new issue