Closed briankfitzwater closed 6 years ago
broker.go:137:1: exported function NewAWSAccountBroker should have comment or be unexported broker.go:137:79: exported func NewAWSAccountBroker returns unexported type main.awsAccountBroker, which can be an noying to use
Just need to change the function name to start with a lowercase n to make them private.