mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 04:20:50 +01:00
Compare commits
1 commit
225770c051
...
08d374b153
Author | SHA1 | Date | |
---|---|---|---|
|
08d374b153 |
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() (any, error) {
|
||||
// MarshalYAML implements the yaml.Marshaler interface.
|
||||
func (d Decimal) MarshalYAML() (interface{}, error) {
|
||||
if MarshalYAMLWithoutQuotes {
|
||||
n := yaml.Node{
|
||||
Kind: yaml.ScalarNode,
|
||||
|
|
Loading…
Reference in a new issue