Skip to content

Commit

Permalink
Merge pull request #4 from bavix/fix-path
Browse files Browse the repository at this point in the history
Fix path
  • Loading branch information
rez1dent3 authored Jul 21, 2024
2 parents fc93f7a + 30a5113 commit faa0e6b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 55 deletions.
4 changes: 2 additions & 2 deletions bavixapis/common/v1/uuid.proto → bavix/api/v1/uuid.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";

package bavixapis.common.v1;
package bavix.api.v1;

option go_package = "./bavixapis/common/v1";
option go_package = "github.com/bavix/apis/pkg/bavix/api/v1";

// UUID is a message that represents a UUID.
//
Expand Down
15 changes: 0 additions & 15 deletions changelog.md

This file was deleted.

76 changes: 38 additions & 38 deletions pkg/bavixapis/common/v1/uuid.pb.go → pkg/bavix/api/v1/uuid.pb.go

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

0 comments on commit faa0e6b

Please sign in to comment.