Skip to content

Commit

Permalink
Merge pull request #33 from RackHD/pkg_fix
Browse files Browse the repository at this point in the history
change client package naming to the go standard
  • Loading branch information
josephgorse committed Dec 2, 2016
2 parents 51f1314 + e109f29 commit ec32e6d
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ipamapi
package client

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion client/client_suite_test.go
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ipamapi
package client

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

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

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

import (
"errors"
Expand Down

0 comments on commit ec32e6d

Please sign in to comment.