StackRating

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

Volker

Rating
1479.44 (4,498,914th)
Reputation
21,702 (6,117th)
Page: 1 2 3 4 5 ... 13
Title Δ
Can I have multiple packages inside a single go module? How? +0.49
Passing an *os.File as an *io.Reader -1.65
Go compiler: error line number is incorrect giving 1048575 i.e. 0xF... +0.02
Can't cast interface{} to []map[string]interface{} directly 0.00
In Go is there a way to convert map of structure to slice of struct... -0.49
Is cancel so mandatory for context? +1.28
How to differentiate two custom struct types in Golang with same da... -1.71
Using values from a rest.response 0.00
How to prevent others changing content of returned struct -2.03
Can I get correct version and build info when doing "go get pa... -0.50
How can you dynamically resolve or introspect variables -0.49
Downcasting a slice of interfaces to a sub-interface slice 0.00
How should I handle testing of a Go function that uses runtime.GOOS? 0.00
How to track the execution flow (the functions being called) -0.52
How to create func on a struct that has chan param which accepts mu... 0.00
How to use/implement aspect orientation in Go? -1.99
Suppress the error messages generated from the package -0.06
In Go, is a structure pointer not a reference type? -0.63
does Sleep in golang block other goroutine? -0.39
Can I set default max length for string fields in struct? +1.82
is there more elegant way to declare new var and use global at the... 0.00
String variable with limited number of characters +2.41
Mimicking Pythons list comprehension in Go over a range of numbers +0.50
How to parse a JSON whose field name is a value in Go? -0.20
How to fix 'GOPATH not set' error when using go build 0.00
How to safely add new key-value pair into go native map 0.00
configure [go build]/[go test] etc to show absolute paths in diagno... 0.00
Lookup field by tag 0.00
How can I access test methods from sub-directories 0.00
How to avoid stack overflow in golang? 0.00
Can I Update Golang map Concurrently? 0.00
How to create a custom formatter with go 1.13 error? 0.00
How to include all files in Go code coverage calculations? 0.00
Logging one message using zap library in Go 0.00
Is there a way to get Go module's full path inside Go code -0.50
return interface by embedding type -1.80
Convert/fold multiple return values into a struct in Go +0.51
Passing an interface pointer in a function parameter -1.80
How to limit the length of a JSON string after encoding? 0.00
Insert element at index and Delete element by value in a Array 0.00
Including object files when compiling go 0.00
Accessing Context where there is no http.Request +2.37
How can I unmarshal xml to interface array? 0.00
How to hide the default type constructor in golang? +1.50
How to read a CSV file in reverse +2.27
Can you prevent an invalid custom type from being created? +1.47
How add new fields to the existing type in another package in Golang +0.53
How to access nested modules (submodules) in Go? 0.00
base64 encoding with limited line length as per RFC2045 -0.49
Why is go app running as several processes? 0.00