Skip to content

Commit

Permalink
feat(bux-246): go vet fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii-4chain committed Apr 4, 2024
1 parent 879aadc commit ada8b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ func (m *RequestMetrics) Track(method, path string) *RequestTracker {
// RequestTracker is used to track the duration and status of a request
type RequestTracker struct {
metrics *RequestMetrics
startTime time.Time
method string
path string
startTime time.Time
}

// Start will start the tracking of the request
Expand Down

0 comments on commit ada8b82

Please sign in to comment.