Skip to content

Commit

Permalink
change client package naming to the go standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaley committed Dec 1, 2016
1 parent 51f1314 commit e109f29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/client.go
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion client/client_suite_test.go
@@ -1,4 +1,4 @@
package ipamapi_test
package client_test

import (
. "github.com/onsi/ginkgo"
Expand Down
2 changes: 1 addition & 1 deletion client/client_test.go
@@ -1,4 +1,4 @@
package ipamapi_test
package client_test

import (
. "github.com/RackHD/ipam/client"
Expand Down
2 changes: 1 addition & 1 deletion client/leases.go
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion client/pools.go
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion client/reservations.go
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion client/subnets.go
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"errors"
Expand Down

0 comments on commit e109f29

Please sign in to comment.