diff options
| author | Smoke <[email protected]> | 2024-02-16 06:58:59 -1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-16 06:58:59 -1000 |
| commit | 59d8f1e1d46abe92e114d50a7a1852bdb8baa608 (patch) | |
| tree | 13387a512fe8844f91da6c96622f5d2073459075 /generate.go | |
| parent | 06f88424566478b7a8e5817fd6af3d2a76e34519 (diff) | |
feat/update-protobufs (#16)
* use meshnet-gophers protobufs
* update go.mod for meshnet-gophers protobufs
* update protos
* add gitignore
* update go.mod
* use locally generated protobufs
* add generate.go
* use meshtastic protobufs upstream
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generate.go b/generate.go new file mode 100644 index 0000000..3e4d349 --- /dev/null +++ b/generate.go @@ -0,0 +1,2 @@ +//go:generate protoc -I protobufs\ --go_out=. --go_opt=paths=source_relative --go-vtproto_out=paths=source_relative:. protobufs\meshtastic\*.proto +package meshtastic |
