Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: avoid mixing duties between api/ and cli/ #76

Merged
1 commit merged into from
Apr 27, 2020
Merged

Commits on Apr 24, 2020

  1. style: avoid mixing duties between api/ and cli/

    The Go api client shouldn't have anything related to the Lacework CLI,
    the Go api should be an identical copy of the Lacework API as much as
    possible. This change is moving the formatting of Tables from the api to
    the cli go package.
    
    Signed-off-by: Salim Afiune Maya <[email protected]>
    afiune committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    fb7b7c2 View commit details
    Browse the repository at this point in the history