Skip to content

Commit

Permalink
refactor: removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Aug 9, 2024
1 parent 1468174 commit 3f78c28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/gotemplate/gt.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"io"
"net/http"
"sync"
"text/template"
"time"

Expand All @@ -19,7 +18,6 @@ type GT struct {
Options *Options
FuncMap template.FuncMap
GithubTagLister repos.GithubTagLister
once sync.Once
}

type Streams struct {
Expand Down

0 comments on commit 3f78c28

Please sign in to comment.