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 6cead18 commit 879aadc
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 @@ -35,10 +35,10 @@ func (m *RequestMetrics) Track(method, path string) *RequestTracker {

// RequestTracker is used to track the duration and status of a request
type RequestTracker struct {

Check failure on line 37 in metrics/request.go

View workflow job for this annotation

GitHub Actions / lint

fieldalignment: struct with 64 pointer bytes could be 56 (govet)
metrics *RequestMetrics
method string
path string
startTime time.Time
metrics *RequestMetrics
}

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

0 comments on commit 879aadc

Please sign in to comment.