Nate Finch
Nate Finch
The internals of this library use a downcast of the Set interface to `*threadSafeSet` and `*threadUnsafeSet` everywhere. I'm unclear why an interface is used in this package when the logic...
When upgrading to a new version, allow people to run a single command that'll upgrade all old scripts. Not strictly necessary, but might be nice if you want to avoid...
generate help text from godoc, converted to make sense with the gorram CLI.
Gorram should realize when a variable is a function and enable you to call that function: var Bar = func() { fmt.Println("Hi!") }
This is just a matter of remembering to use .Underlying() judiciously, but still represents work that needs to be done.