|
|
|
|
|
by bacongobbler
4183 days ago
|
|
This is mainly due to the current issues in Go with how package imports are handled. Since the Go port of hub relies on third party libraries, it uses Godep[1] to vendor its dependencies. With /Godeps: 44838 LOC Without /Godeps: 14733 LOC [1]: https://github.com/tools/godep |
|