GrantZheng
GrantZheng
> Hey @frederikhors I am not actively working on kit right now but I would accept PRs. Hi, We deeply use the kit tool in our online project, and we...
> @GrantZheng one of the biggest issues right now is `go mod` support . @kujtimiihoxha ok,I just find you have supported the go mod
> @GrantZheng by `go mod` support I mean the ability to create the project outside the gopath and with the new go package manager support, another interesting implication is that...
> @kujtimiihoxha , project is not working outside of GOPATH, though, i can see go.mod file in github repo. It is throwing error `The project must be in the $GOPATH/src...
@kujtimiihoxha @SantoshSah Hi, I submit a pr that supports the mod feature. https://github.com/kujtimiihoxha/kit/pull/43 Readme https://github.com/GrantZheng/kit/tree/feature/mod_support#mod-feature-support > @GrantZheng by `go mod` support I mean the ability to create the project outside...
> Hi, > > I am facing an issue with the gen. > From $GOPATH/src, I run the following commands : > > 1. New service > > `$kit new...
> @GrantZheng It will take some time for me to review this but thanks a lot for introducing this feature. @kujtimiihoxha Hi, how about the feature review :)
> @GrantZheng I tested this and it does not seem to behave as it should. > > 1. The `module` name is whatever the user specifies, it could be something...
> @GrantZheng I tested this and it does not seem to behave as it should. > > 1. The `module` name is whatever the user specifies, it could be something...
> how about mod support? @GrantZheng @kujtimiihoxha Hi @keets2012 , the PR has not been checked,you can try it on the branch of https://github.com/GrantZheng/kit/tree/feature/mod_support . I am very glad to...