Skip to content

Commit

Permalink
refactor: move compare/ to root
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Apr 15, 2024
1 parent ba5cddb commit 050c699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compare/vtcompare.go → vtcompare.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package vtcompare
package protobuf_go_lite

// EqualVT is a message with a EqualVT function (VTProtobuf).
type EqualVT[T comparable] interface {
Expand Down
2 changes: 1 addition & 1 deletion compare/vtcompare_test.go → vtcompare_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package vtcompare
package protobuf_go_lite

import "testing"

Expand Down

0 comments on commit 050c699

Please sign in to comment.