-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: 0.0.2
-
Component/s: Core API
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The addr package currently steals a very good variable name. As such the package should be renamed to address and the main type from addr.Addr to address.Address. This will avoid stealing a useful variable name so code can be more concise. This change will require changing variables named "address" to "addr" as well.