Results 7 comments of huang jw

Hi, but i get this: ``` bash $ tree . ├── google │   └── protobuf │   └── timestamp.proto.xx.go ├── timesvc.pb.go ├── timesvc.proto ├── timesvc.proto.xx.go └── {{.File.Name}}.xx.go.tmpl ``` A "google/protobuf/timestamp.proto.xx.go" is...

I think the problem is here in the loop in `main.go`: ```go // Generate the encoders log.Printf(">> files to genrate: %#v\n", g.Request.FileToGenerate) for _, file := range g.Request.GetProtoFile() { log.Printf(">>...

我后来自己 fork 了一份加上了

代码里的 regionXXX.ApiHost 是不是缺少了区域机房代号? ``` // regionHuanan 表示华南机房 regionHuanan = Region{ // .... RsHost: "rs-z2.qbox.me", RsfHost: "rsf-z2.qbox.me", ApiHost: "api.qiniu.com", // 这里应该是 api-z2.qiniu.com ? IovipHost: "iovip-z2.qbox.me", } ``` 我 fork 了一份 https://github.com/huangjunwen/go-sdk/commit/0edaa129d3ba76b26f2d7a244db431e4f66aad66,...

Thanks for your reply. The main problem we face is that the publish API lacks of "cancellation" support (e.g. context cancellation). In fact, it is most desirable if the interface...

Yes, i think this is reasonable :-)