mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-07 22:10:12 +01:00
* refactor: extract common message encryption logic * refactor: move letsencrypt logic to common * refactor: rename common package to encryption * test: add encryption tests
2 lines
71 B
Bash
Executable File
2 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
protoc -I testprotos/ testprotos/testproto.proto --go_out=. |