Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambels committed Jan 23, 2023
1 parent c4de212 commit 0035b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0_examples/echo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package main

import (
"context"
"flag"
"fmt"
"log"
"os"
"os/signal"
"strings"
"time"
"flag"
"fmt"

"github.com/Lambels/go-dialogue"
)
Expand Down Expand Up @@ -53,7 +53,7 @@ func main() {

go func() {
<-c
log.Println()
log.Println()
log.Println("gracefully shutting down dialogue with a 5 second timeout...")

ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
Expand Down

0 comments on commit 0035b26

Please sign in to comment.