Skip to content

Commit

Permalink
Fix existing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 1, 2024
1 parent 7d33536 commit 3cfae04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/example-gcp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,12 @@ import (
"flag"
"io"
"net/http"
"os"

tessera "github.com/transparency-dev/trillian-tessera"
"github.com/transparency-dev/trillian-tessera/storage/gcp"
"k8s.io/klog/v2"
)

var (
project = flag.String("project", os.Getenv("GOOGLE_CLOUD_PROJECT"), "GCP Project, take from env if unset")
listen = flag.String("listen", ":2024", "Address:port to listen on")
)

func main() {
klog.InitFlags(nil)
flag.Parse()
Expand Down

0 comments on commit 3cfae04

Please sign in to comment.