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

Rearrange the project structure #12

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Commits on Feb 13, 2019

  1. Rearrange the project structure

    We are making a push to make our projects eventually all conform
    with Golang best practices and this project setup seems to be widely
    agreed upon in the community.
    
    For now I have moved all packages into internal/; however, we may
    find that some of them are useful to expose to other projects, at
    which point we should move them to pkg/. All the files related to
    the 'outflux' binary itself are now located in cmd/outflux.
    
    A small bug fix is also included in schema_transfer.go, where the
    wrong error message was being printed.
    RobAtticus committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    88b5267 View commit details
    Browse the repository at this point in the history