Open period331 opened 10 years ago
然后我认为src/main.go里面的 import "upyun" 是不是用github.com/jemygraw/upyun-backup/src/upyun会好些呢?
src/main.go
import "upyun"
github.com/jemygraw/upyun-backup/src/upyun
这个项目你可以独立下载使用,之所以我没有用github那种路径,另外还提供了一个build.sh就是希望大家能够不必用github.com/jemygraw/upyun-backup/src/upyun这种方式。另外这个是工具,并不是一个库,所以能够独立编译就好了。
然后我认为
src/main.go
里面的import "upyun"
是不是用github.com/jemygraw/upyun-backup/src/upyun
会好些呢?