apache / opendal

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

Tracking issues of golang binding #4892

Open yuchanns opened 3 months ago

yuchanns commented 3 months ago

The successor of #3205.

These are the tracking issues for opendal's golang binding. Please feel free to leave comments to select a task or add more tracking.

yuchanns commented 3 months ago

@Xuanwo Hi I think it is ready to release the first version since https://github.com/apache/opendal-go-services/pull/7 is merged.

The remaining task is to decide which services need to be released, and then you can launch a version :)

Xuanwo commented 3 months ago

@Xuanwo Hi I think it is ready to release the first version since apache/opendal-go-services#7 is merged.

The remaining task is to decide which services need to be released, and then you can launch a version :)

Thanks a lot! Would you like to add a release workflow in this repo? We can release go binding our next release.

yuchanns commented 3 months ago

Ok, I'll see what I can do later.

Xuanwo commented 3 months ago

Ok, I'll see what I can do later.

Thanks the father of OpenDAL Golang in advance.

zjregee commented 2 months ago

It seems that we have not added formatting checks for the Go code in CI. How about using goimports directly?

yuchanns commented 2 months ago

I recommend using https://github.com/golangci/golangci-lint-action.