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

Allow mmo init to declare the module path #89

Open
petomalina opened this issue Sep 26, 2018 · 0 comments
Open

Allow mmo init to declare the module path #89

petomalina opened this issue Sep 26, 2018 · 0 comments
Assignees
Milestone

Comments

@petomalina
Copy link

This feature should allow users to initialize the project with gomod path instead of using just the project name.

Proposed changes:

go mod init github.com/flowup/something

Will initialize a new directory named something in the current path and initialize go.mod to github.com/flowup/something. This will enable us to initialize go mod outside of the GOPATH.

@bafko @kubaj what do you guys think about this?

We may also remove prefix from the mmo.yaml as it will be supplied by the go.mod

@kubaj kubaj added this to the v0.3 milestone Jul 25, 2019
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

No branches or pull requests

3 participants