Open Akagi201 opened 8 years ago
Will the package:
line not use the absolute path name. just use the repo name. In my case, the package:
line should be package: bms4upyun
Because of the way Go handles paths the fork should be checked out to the same location as the original. Otherwise you will have problems.
If you are specifying a fork as an import set the package to the original name. Then set the repo
property to the fork location. Glide will check it out to the original location.
The origin repo is github.com/winlinvip/bms4upyun. When I forked it, it turns to be github.com/Akagi201/bms4upyun
Then when I use glide create in my forked repo. the glide.yaml will be
The
package:
line should bepackage: github.com/winlinvip/bms4upyun