Skip to content

Commit 98aa361

Browse files
committed
Minor changes
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent d0801b9 commit 98aa361

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22

33
run:
4-
skip-dirs:
5-
- test/integration/crd
6-
74
build-tags:
85
- integration

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-http-metrics [![Build Status][github-actions-image]][github-actions-url] [![Go Report Card][goreport-image]][goreport-url] [![GoDoc][godoc-image]][godoc-url]
22

3-
go-http-metrics knows how to measure http metrics in different metric formats. and Go HTTP framewrok/libs. The metrics measured are based on [RED] and/or [Four golden signals], follow standards and try to be measured in a efficient way.
3+
go-http-metrics knows how to measure http metrics in different metric formats a different Go HTTP framework/libs. The metrics measured are based on [RED] and/or [Four golden signals], follow standards and try to be measured in a efficient way.
44

55
## Table of contents
66

middleware/std/std.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func (w *responseWriterInterceptor) Flush() {
8080

8181
// Check interface implementations.
8282
var (
83-
_ middleware.Reporter = &stdReporter{}
8483
_ http.ResponseWriter = &responseWriterInterceptor{}
8584
_ http.Hijacker = &responseWriterInterceptor{}
8685
_ http.Flusher = &responseWriterInterceptor{}

0 commit comments

Comments
 (0)