lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

Possibility to generate a path that does not use github.com? #21

Closed lstep closed 7 years ago

lstep commented 7 years ago

It would be nice if lile could be configured to generate a package path that does not use github.com

arbarlow commented 7 years ago

Hi @lstep, it does!

If you try something like lile new apache.org/something/new then it should be linked to apache.org not github.com

Let me know if your specific use case isn't covered and I'll see if I can work something out.