DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

ref: f47e34ebe1d6d3be4d7ca678fd3bd6cf359ecbb1 felu-ng/felu-common/proto/felu.proto -rw-r--r-- 71 bytes
f47e34ebJonni Liljamo feat(common): protobufs with prost a day ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";

package felu;

message Test {
  string name = 1;
}