Bryan Zubrod 9e75203598 Use libnetwork/ipvs instead of libipvs (#101)
* Use libnetwork/ipvs alternative
* PR image tag simplification
* Remove nested vendor directories
2017-08-04 14:07:57 -05:00

38 lines
495 B
Plaintext

[
{
"Name":"Float",
"name":"float",
"Type":"float64",
"Nil":"0",
"Zero":"float64(0)"
},
{
"Name":"Integer",
"name":"integer",
"Type":"int64",
"Nil":"0",
"Zero":"int64(0)"
},
{
"Name":"Unsigned",
"name":"unsigned",
"Type":"uint64",
"Nil":"0",
"Zero":"uint64(0)"
},
{
"Name":"String",
"name":"string",
"Type":"string",
"Nil":"\"\"",
"Zero":"\"\""
},
{
"Name":"Boolean",
"name":"boolean",
"Type":"bool",
"Nil":"false",
"Zero":"false"
}
]