canonical / gomaasclient

Go MAAS client
Apache License 2.0
23 stars 28 forks source link

fix lint errors for client package #29

Closed cpg1111 closed 12 months ago

cpg1111 commented 12 months ago

@troyanov yeah I think that's a good idea, there's one more package that needs fixing, and then there's client.ApiClient which linters want as client.APIClient, but it's deprecated and renaming might cause breaks. Might make sense to add a // nolint: there until we can remove it.