package
0.0.0-20220314163154-78546751ad11
Repository: https://github.com/jschneider98/jgoweb.git
Documentation: pkg.go.dev
# Functions
.
.
.
Use defer to test method executuion time.
.
.
.
.
.
.
.
.
.
.
No description provided by the author
.
.
var params map[string]string params = make(map[string]string) params["@test"@] = "one" params["@test2@"] = "two" params["@test3@"] = "three" str, newParams, err := util.PrepareString("This is a @test@ @test2@ @test3@", params, "@", ?").
.
StrPad returns the input string padded on the left, right or both sides using padType to the specified padding length padLength.
.
MyVarId => MVI.
my_var_id => MyVarId || my var id = MyVarId, etc.
MyVarId => mvi.
MyVarId => myVarId, my_var_id => myVarId, etc.
MyVarId => my_far_id, etc.
MyVarId => My Var Id.
Based on WhereAmI() by Jim Lawless https://github.com/jimlawless/whereami.
# Variables
No description provided by the author
# Structs
No description provided by the author
UniqueIntArray map used for O(1) performance struct{} used because it doesn't take up any extra space.