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

Restructure generated file structure #167

Merged
merged 3 commits into from Mar 29, 2017
Merged

Conversation

adamryman
Copy link
Member

See issue #166 for details of change.

@adamryman adamryman changed the title Issue166 Restructure generated file structure Mar 29, 2017
@zaquestion
Copy link
Member

zaquestion commented Mar 29, 2017

For reference

.
├── cmd
│   ├── NAME
│   └── NAME-server
├── handlers
├── middlewares
└── svc
    ├── cli
    │   └── handlers
    └── client
        ├── grpc
        └── http

@@ -23,24 +23,34 @@ const definitionDirectory = "test-service-definitions"
var basePath string

func TestMain(m *testing.M) {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cringe

@adamryman adamryman merged commit b412131 into metaverse:master Mar 29, 2017
@adamryman adamryman deleted the issue166 branch March 29, 2017 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants