lileio / lile

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

add Gopkg.* files for dep and add gitignore #15

Closed chyroc closed 7 years ago

chyroc commented 7 years ago

see this : https://github.com/golang/dep

and then we can install dependency of the same version to /vendor

and if you do not need this, you can close this pr.

arbarlow commented 7 years ago

Hi @Chyroc, I'm not sure about vendoring yet. I tried dep a month ago or so and had some pretty big issues. I'll take a look tonight and see how it fairs, what I do want to do though is help people with vendoring in their generated Lile apps!

arbarlow commented 7 years ago

Hi @Chyroc, I looked into vendoring but got different results with my dep due to having different libraries installed, so I've pushed that up and closed this. I hope the vendoring helps you out!