mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix typo
This commit is contained in:
parent
b5c361c77b
commit
cc38810d97
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option go_package = "github.com/meshtastic/go/generatedddd";
|
||||
option go_package = "github.com/meshtastic/go/generated";
|
||||
|
||||
import "channel.proto";
|
||||
import "config.proto";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue