Is this project abandoned?
Is this project abandoned?
Hey @frederikhors I am not actively working on kit right now but I would accept PRs.
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 are very happy to join in the development of it.
@GrantZheng I am happy to review and accept PRs to kit:+1:
@GrantZheng one of the biggest issues right now is go mod support .
@GrantZheng one of the biggest issues right now is
go modsupport .
@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 the import paths that get generated are different
@GrantZheng by
go modsupport I mean the ability to create the project outside the gopath and with the new go package manager support, another interesting implication is that the import paths that get generated are different
@kujtimiihoxha ok, I get it :)
@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 folder for the generator to work..
@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 folder for the generator to work..
@SantoshSah I am supporting it now, and I will submit pr this week :)
Thank you @GrantZheng , waiting for it. Please update here when you complete.
@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 modsupport I mean the ability to create the project outside the gopath and with the new go package manager support, another interesting implication is that the import paths that get generated are different