alanfo
Results
2
comments of
alanfo
Although dot imports are a feature which should be used sparingly, I can't see the sense in banning them altogether. There are definitely occasions when they are useful for testing...
> The ... in func Printf(format string, a ...interface{}) means zero or more. True, though ```...``` is used there as a type qualifier and is adjoined to the type. Under...