GSA / aws-account-broker

WORK IN PROGRESS: an AWS account broker, compatible with the Open Service Broker API
Other
4 stars 5 forks source link

Lint #10

Closed briankfitzwater closed 6 years ago

briankfitzwater commented 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
briankfitzwater commented 6 years ago

Just need to change the function name to start with a lowercase n to make them private.