StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

iLoveReflection

Rating
1536.09 (13,945th)
Reputation
1 (4,490,211th)
Page: 1 2
Title Δ
How do you modify this struct in Golang to accept two different res... -4.13
Remove an interface item from a slice -3.64
Appending to go lang slice using reflection AND a dynamic type +4.24
panic: reflect: call of reflect.Value.FieldByName on interface Value +4.33
How to typecast a value based on the struct field type? +3.74
How to inspect function arguments and types 0.00
check if interface{} is slice of something ([]interface{}) +4.44
How to get a new instance of the type that implemented a particular... 0.00
Whats the best way to get content from a generic and somehow dynami... 0.00
How can I decode to an embedded struct? 0.00
How can I choose which struct member to update at runtime? 0.00
Parse form inputs that belong together in Go 0.00
Type that describes any go function -0.38
How to construct slice of structs dynamically using reflection 0.00
Golang data as interface{} panics -3.70
Golang reflection MethodByName() 0.00
Golang Reflection: Inspect a struct type definition to extract its... +3.10
How to create a new function from another function using reflection 0.00
Array of struct/map without keys 0.00
Getting and setting length of arbitrary slice 0.00
How should I switch based on the URL +3.34
Getting go-gin's handlerFunc of a pointer receiver using reflect 0.00
net/url package adding line feed on request query param 0.00
How to get a list of a struct's methods in Go? 0.00
How to manage connections returned by Accept() in golang? +4.31
How I can update struct's array field value via reflect in Go? +4.36
implement a generic argument method +4.42
Go interface to enforce same argument type between methods (but can... 0.00
Send request repeatedly to the tcp server at regular interval 0.00
Mapping an array to array of function +3.91
Traverse struct with reflect, create new slice of pointer type with... -3.60
Set new string through reflect.Value.SetString 0.00
Is there a way to check for invalid query parameters in an HTTP req... -0.18
Get all the tags of hierarichal struct in Go 0.00
Convert slice of struct to 2D slice of string -0.15
Access struct member by name in Go template 0.00
How to update all string fields of arbitrary go struct? +3.99
How do I convert a byte slice of unknown size to a byte array? -1.50
How do you set fields in a nested struct to their zero value? +0.11
Golang: How to copy Context object without deriving 0.00
Form data is always empty when using Golang and Bootstrap 0.00
How to derive an list of structs from any struct type - getting fro... -3.68
Conversion of type "interface {}" to another interface in... 0.00
Uploading file to Google Storage without saving it to memory +4.59
How to compare JSON with varying order? 0.00
I am new to golang, I am trying to create a zip that must have a fo... 0.00
MD5 hash Go to Python +4.19
How to Unmarshal float64 records in database to create insert 0.00
How to use conn.read() to read a banner 0.00
How to check if a request was made over HTTP or HTTPS 0.00