Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nockty committed Oct 4, 2023
1 parent bc97018 commit 99f9e24
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 34 deletions.
60 changes: 28 additions & 32 deletions testproto/unsafe/unsafe.pb.go

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

2 changes: 0 additions & 2 deletions testproto/unsafe/unsafe.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
syntax = "proto3";
option go_package = "testproto/unsafe";

import "github.com/planetscale/vtprotobuf/vtproto/ext.proto";

message UnsafeTest {
message Sub1 {
string s = 1;
Expand Down

0 comments on commit 99f9e24

Please sign in to comment.