package
0.0.0-20241213030050-59a3ee135f49
Repository: https://github.com/misterching/go-lib.git
Documentation: pkg.go.dev

# README

string

inout
"abc""abc"
123"123"
0"0"
-1"-1"
11.11"11.11"
[]""
{}""
null""

int

inout
2020
"20"20
11.1111
11.611
0.10
-0.10
[]0
{}0
null0
""0

bool

inout
trueture
falsefalse
"true"true
"false"false
"1"true
"0"false
123false
"123"false
0.1false
-0.1false
[1]false
["ching"]false
[]false
{}false
nullfalse
""false

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author