bbqtd

Results 1 issues of bbqtd

https://github.com/Philipp15b/go-steam/blob/master/economy/inventory/inventory_apps.go#L13-L15 Regarding spec, map and slice is _reference types_, so why go-steam use _pointer receiver_ for named map type? It looks like overusing pointer without reason. And I can't find...