Make NewCommonAttributes public
This commit is contained in:
@@ -13,7 +13,7 @@ type CommonAttributes struct {
|
||||
|
||||
// NewCommonAttributes creates a new set of CommonAttributes. It returns a
|
||||
// *CommonAttributes.
|
||||
func newCommonAttributes() *CommonAttributes {
|
||||
func NewCommonAttributes() *CommonAttributes {
|
||||
return new(CommonAttributes)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user