package encoding
Import Path
github.com/aws/smithy-go/encoding (on go.dev)
Dependency Relation
imports 3 packages, and imported by one package
Package-Level Functions (only one, which is exported)
EncodeFloat encodes a float value as per the stdlib encoder for json and xml protocol
This encodes a float value into dst while attempting to conform to ES6 ToString for Numbers
Based on encoding/json floatEncoder from the Go Standard Library
https://golang.org/src/encoding/json/encode.go
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)