Commit Graph

6 Commits

Author SHA1 Message Date
John Mulligan b7a3914f3b ceph: remove use of boolean literal in expression
Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-04-09 13:11:05 -04:00
John Mulligan 9460b11d88 ceph: rename package for go files in root dir
Oddly, probably a historical artifact, the .go files in the root of the
go-ceph tree were named "rados". As rados is one of our sub-packages it
seemed more correct to call the package "ceph".  This was chosen as
"go-ceph" is not a valid identifier in go and since this is already go
code prefixing with "go" seems a bit redundant.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2019-12-11 14:44:54 -05:00
Kai Storbeck 0c6bdf8d59 run gofmt on all sources 2015-02-11 22:21:05 +01:00
Noah Watkins 140104d1c6 test: remove unused imports
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2015-01-12 23:24:40 -08:00
Noah Watkins be2d82bd8f test: add testify/assert dep
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2015-01-12 22:21:02 -08:00
Noah Watkins 36974cdb67 test: add test for root package
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2015-01-12 22:15:42 -08:00