Skip to content

Commit

Permalink
run gofmt on all sources
Browse files Browse the repository at this point in the history
  • Loading branch information
giganteous committed Feb 11, 2015
1 parent d2c4761 commit 0c6bdf8
Show file tree
Hide file tree
Showing 8 changed files with 1,252 additions and 1,250 deletions.
4 changes: 2 additions & 2 deletions doc.go
Expand Up @@ -4,6 +4,6 @@ Set of wrappers around Ceph APIs.
package rados

import (
_ "github.com/noahdesu/go-ceph/rados"
_ "github.com/noahdesu/go-ceph/rbd"
_ "github.com/noahdesu/go-ceph/rados"
_ "github.com/noahdesu/go-ceph/rbd"
)
10 changes: 5 additions & 5 deletions package_test.go
@@ -1,12 +1,12 @@
package rados

import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/assert"
"testing"
)

func TestImports(t *testing.T) {
if assert.Equal(t, 1, 1) != true {
t.Error("Something is wrong.")
}
if assert.Equal(t, 1, 1) != true {
t.Error("Something is wrong.")
}
}

0 comments on commit 0c6bdf8

Please sign in to comment.