Skip to content

Instantly share code, notes, and snippets.

@davesnowdon
Created September 22, 2022 20:25
Show Gist options
  • Save davesnowdon/27c6b79b83623ae67d83c9120f4a76f5 to your computer and use it in GitHub Desktop.
Save davesnowdon/27c6b79b83623ae67d83c9120f4a76f5 to your computer and use it in GitHub Desktop.
command := &pb.BodyCommand{
Id: 1,
Actions: {% raw %} []*pb.Action{{Delay: 0, Action: &pb.Action_Say{Say: &pb.Say{Text: "Hello World"}}}}, {% endraw %}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment