Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Add missing fmt dependency
Browse files Browse the repository at this point in the history
Signed-off-by: João Henri <[email protected]>
  • Loading branch information
jaehnri committed Aug 16, 2023
1 parent 6c63ade commit 12c2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kpng/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package main
import (
"context"
"flag"
_ "fmt"
"fmt"
"os"
"runtime/pprof"

Expand Down

0 comments on commit 12c2d0e

Please sign in to comment.