gogfapi icon indicating copy to clipboard operation
gogfapi copied to clipboard

A Go language wrapper around gfapi.

Results 17 gogfapi issues
Sort by recently updated
recently updated
newest added

## Problem Building the sample main.go from the `README.md` on MacOS I get the following result: ```bash $ go build # pkg-config --cflags -- glusterfs-api glusterfs-api glusterfs-api Package glusterfs-api was...

Any plans to implement the async call variations?

PR #11 introduced a workaround to fix EINVAL being returned on successful writes. This is most likely a bug in gfapi, we need to file a bug for this and...

Continuing discussion from pull request https://github.com/kshlm/gogfapi/pull/5 Was doing a `ltrace` of gogfapi client (Swift's object server) and noticed this performance overhead: ``` [root@hummingbird ~]# curl -v -X PUT http://localhost:8080/v1/AUTH_test/c1/o4 -d'hello'...