Skip to content

Commit fbcfd64

Browse files
Guy BaronGuy Baron
Guy Baron
authored and
Guy Baron
committed
Added sample application (#184)
1 parent f8af6cf commit fbcfd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vacation_app/cmd/flights.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import (
44
"bufio"
55
"fmt"
66
"os"
7-
7+
88
"vacation_app/messages"
99
"vacation_app/trace"
10+
1011
log "github.com/sirupsen/logrus"
1112
"github.com/spf13/cobra"
1213
"github.com/wework/grabbit/gbus"
1314
)
1415

15-
1616
var runFlightsgServiceCmd = &cobra.Command{
1717
Use: "flights",
1818
Short: "Run the flights service",

0 commit comments

Comments
 (0)