diff options
Diffstat (limited to 'buf/future-sight/future-sight.proto')
| -rw-r--r-- | buf/future-sight/future-sight.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buf/future-sight/future-sight.proto b/buf/future-sight/future-sight.proto new file mode 100644 index 0000000..a87f975 --- /dev/null +++ b/buf/future-sight/future-sight.proto @@ -0,0 +1,5 @@ +syntax = "proto3"; +package within.website.x.future_sight; +option go_package = "within.website/x/buf/future-sight"; + +message NewVersion { string slug = 1; }
\ No newline at end of file |
