Go package dependencies with go dep
问题 I have the following project structure in the same github repository: https://github.com/userX/go-project/cmd/server/main.go https://github.com/userX/go-project/pkg/package1 https://github.com/userX/go-project/pkg/package2 https://github.com/userX/go-project/pkg/package2 https://github.com/userX/go-project/Gopkg.toml And for some reason my project is in folder vendor as a dependency. And ofc I don't want that because if I change package1 I need to push it first to have the latest changes