Skip to content

Commit

Permalink
added explicit go_package for phtml/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
advdv committed Mar 10, 2024
1 parent a3d7aea commit 28d25e4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Binary file modified examples/example1/v1/phtml_request.bin
Binary file not shown.
Binary file modified examples/example_err/v1/phtml_request.bin
Binary file not shown.
Binary file modified examples/example_err/v2/phtml_request.bin
Binary file not shown.
Binary file modified examples/example_err/v3/phtml_request.bin
Binary file not shown.
Binary file modified examples/example_err/v4/phtml_request.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions phtml/v1/options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package phtml.v1;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/crewlinker/protohtml-go/phtml/v1;phtmlv1";

// options for defining a route.
message TemplOptions {
// name of the component constructor function.
Expand Down

0 comments on commit 28d25e4

Please sign in to comment.