Move roveapi into the proto dir

This commit is contained in:
Marc Di Luzio 2020-07-10 19:00:31 +01:00
parent 46f81abbd7
commit 737534f739
10 changed files with 14 additions and 18 deletions

View file

@ -1,6 +1,6 @@
package rove
import "github.com/mdiluz/rove/pkg/roveapi"
import "github.com/mdiluz/rove/proto/roveapi"
// Command represends a single command to execute
type Command struct {

View file

@ -4,7 +4,7 @@ import (
"testing"
"github.com/mdiluz/rove/pkg/maths"
"github.com/mdiluz/rove/pkg/roveapi"
"github.com/mdiluz/rove/proto/roveapi"
"github.com/stretchr/testify/assert"
)

View file

@ -11,7 +11,7 @@ import (
"github.com/google/uuid"
"github.com/mdiluz/rove/pkg/atlas"
"github.com/mdiluz/rove/pkg/maths"
"github.com/mdiluz/rove/pkg/roveapi"
"github.com/mdiluz/rove/proto/roveapi"
)
// World describes a self contained universe and everything in it

View file

@ -5,7 +5,7 @@ import (
"github.com/mdiluz/rove/pkg/atlas"
"github.com/mdiluz/rove/pkg/maths"
"github.com/mdiluz/rove/pkg/roveapi"
"github.com/mdiluz/rove/proto/roveapi"
"github.com/stretchr/testify/assert"
)

File diff suppressed because it is too large Load diff