From f7c25c66038b93a5ffbc8d0bdbf14e36e1095862 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:11:56 -0700 Subject: [PATCH] drop unused --- cmd/pg-lo-demo/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/pg-lo-demo/main.go b/cmd/pg-lo-demo/main.go index 1994c75..83343c6 100644 --- a/cmd/pg-lo-demo/main.go +++ b/cmd/pg-lo-demo/main.go @@ -5,7 +5,6 @@ import ( "database/sql" "flag" "os" - "time" "pg/src/with" @@ -21,7 +20,6 @@ func main() { func run(ctx context.Context) error { fs := flag.NewFlagSet(os.Args[0], flag.ContinueOnError) c := fs.String("c", "postgresql://pulsegres:pulsegres@localhost:15432", "conn string") - d := fs.Duration("d", time.Second, "interval") if err := fs.Parse(os.Args[1:]); err != nil { panic(err) }