go-ceph/rados
Daniel Swarbrick 3023eb281d
Go style cleanups
- Use C errno constants in place of hardcoded ints
- Use type inference where possible (especially C.CString
- Don't explicitly specify zero values where value would be default anway
- Rewrap some unnecessarily wrapped short lines
- Use if/else one-liners where value is not needed afterwards

Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
2018-09-18 11:03:41 +02:00
..
conn.go rados: use test suite to share code 2018-08-07 18:48:17 -07:00
doc.go doc: setup docs for multiple packages 2015-01-12 20:57:40 -08:00
ioctx.go Go style cleanups 2018-09-18 11:03:41 +02:00
rados_test.go rados: migrate remaining tests to suite interface 2018-09-14 14:35:45 -07:00
rados.go rados: grab all namespace prefix from C header 2018-09-14 14:34:51 -07:00