mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
9 lines
108 B
Go
9 lines
108 B
Go
|
package msgpack
|
||
|
|
||
|
import (
|
||
|
"math"
|
||
|
)
|
||
|
|
||
|
var negativeInfinity = math.Inf(-1)
|
||
|
var positiveInfinity = math.Inf(1)
|