syntax = "proto3"; package testprotos; option go_package = "encryption/testprotos"; message TestMessage { string body = 1; }