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

Change directory structure #150

Open
izumin5210 opened this issue Feb 3, 2019 · 0 comments
Open

Change directory structure #150

izumin5210 opened this issue Feb 3, 2019 · 0 comments
Labels
enhancement New feature or request pkg/grapicmd
Milestone

Comments

@izumin5210
Copy link
Owner

WHY

to follow golang-standards/project-layout style

WHAT

beforeafter
.
├── Gopkg.lock
├── Gopkg.toml
├── api
│   ├── protos
│   │   ├── type
│   │   └── *.proto
│   ├── type
│   ├── *.pb.go
│   ├── *.pb.gw.go
│   └── *.swagger.json
├── app
│   ├── run.go
│   └── server
│       ├── *_server.go
│       ├── *_server_register_funcs.go
│       └── *_server_test.go
├── bin
├── cmd
│   └── server
│       └── run.go
├── grapi.toml
├── tmp
└── tools.go
.
├── Gopkg.lock
├── Gopkg.toml
├── api
│   ├── protos
│   │   ├── type
│   │   └── *.proto
│   ├── type
│   ├── *.pb.go
│   ├── *.pb.gw.go
│   └── *.swagger.json
├── pkg
│   └── server
│       ├── cmd
│       │   └── cmd.go
│       ├── *_server.go
│       ├── *_server_register_funcs.go
│       └── *_server_test.go
├── bin
├── cmd
│   └── server
│       └── main.go
├── grapi.toml
├── tmp
└── tools.go
@izumin5210 izumin5210 added the enhancement New feature or request label Feb 3, 2019
@izumin5210 izumin5210 added this to the v0.5.0 milestone Feb 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pkg/grapicmd
Projects
None yet
Development

No branches or pull requests

1 participant