Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/operate #230

Merged
merged 11 commits into from
Apr 30, 2024
2 changes: 1 addition & 1 deletion cmd/operate/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"

"github.com/dream11/odin/internal/service"
fileUtil "github.com/dream11/odin/pkg/file"
fileUtil "github.com/dream11/odin/pkg/util"
serviceProto "github.com/dream11/odin/proto/gen/go/dream11/od/service/v1"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion pkg/file/file.go → pkg/util/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package file
package util

import (
"encoding/json"
Expand Down
10 changes: 5 additions & 5 deletions proto/gen/go/dream11/od/service/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading