Skip to content

Commit

Permalink
Update vtgateproxy.go
Browse files Browse the repository at this point in the history
Add fmt import

Signed-off-by: Jamie Scheinblum <[email protected]>
  • Loading branch information
jscheinblum authored Mar 8, 2024
1 parent 5f83b13 commit 7a9cb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vtgateproxy/vtgateproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package vtgateproxy
import (
"context"
"flag"
"fmt"
"io"
"net/url"
"strings"
Expand Down

0 comments on commit 7a9cb6d

Please sign in to comment.