apache / opendal

Apache OpenDAL: access data freely.
https://opendal.apache.org
Apache License 2.0
3.06k stars 423 forks source link

Tracking issues of golang binding #3205

Closed Xuanwo closed 1 week ago

Xuanwo commented 10 months ago

This is the tracking issues of opendal's golang binding, welcome to leave comments to pick the task you like.

sunheyi6 commented 9 months ago

@Xuanwo golang ci already exists https://github.com/apache/incubator-opendal/pull/3260

Xuanwo commented 9 months ago

@Xuanwo golang ci already exists #3260

Thanks for the reminder, updated.

sunheyi6 commented 9 months ago

https://github.com/apache/incubator-opendal/blob/a4b260aeb09588e340f8c444b7095f879bfe9745/bindings/go/go.mod#L1-L11 This seems to have been completed?

Xuanwo commented 9 months ago

This seems to have been completed?

No, this doesn't work yet. Users can't go get opendal.apache.org/go

G-XD commented 8 months ago

Add go meta in opendal.apache.org/go to allow serving modules with go proxy

As far as I can tell, go-import doesn't seem to be able to specify a subdirectory of git repository. See: https://github.com/golang/go/issues/34055

Xuanwo commented 1 week ago

Replaced by https://github.com/apache/opendal/issues/4848