Skip to content

Commit 63a914a

Browse files
authored
Merge pull request github#15324 from owen-mc/go/add-fasthttp-to-frameworks-for-coverage
Go: add fasthttp to frameworks for coverage
2 parents 057ee85 + d85628e commit 63a914a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

go/documentation/library-coverage/coverage.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ github.com/labstack/echo,,2,,2,
5353
github.com/revel/revel,,10,,10,
5454
github.com/robfig/revel,,10,,10,
5555
github.com/sendgrid/sendgrid-go/$ANYVERSION/helpers/mail,,1,,1,
56+
github.com/valyala/fasthttp,,5,,5,
5657
go.uber.org/zap,,11,,11,
5758
golang.org/x/net/$ANYVERSION/html,,16,,16,
5859
golang.org/x/net/context,,5,,5,

go/documentation/library-coverage/coverage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Go framework & library support
1717
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
1818
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``",8,577,
1919
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",,42,
20+
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,,5,
2021
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
2122
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,,21,
2223
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,,2,
@@ -25,5 +26,5 @@ Go framework & library support
2526
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
2627
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
2728
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
28-
Totals,,8,837,
29+
Totals,,8,842,
2930

go/documentation/library-coverage/frameworks.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ beego,https://beego.me/,github.com/astaxie/beego* github.com/beego/beego*
44
Couchbase official client(gocb),https://github.com/couchbase/gocb,github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
55
Couchbase unofficial client,http://www.github.com/couchbase/go-couchbase,github.com/couchbaselabs/gocb*
66
Echo,https://echo.labstack.com/,github.com/labstack/echo*
7+
fasthttp,https://github.com/valyala/fasthttp,github.com/valyala/fasthttp*
78
Gin,https://github.com/gin-gonic/gin,github.com/gin-gonic/gin*
89
go-pg,https://pg.uptrace.dev/,github.com/go-pg/pg*
910
golang.org/x/net,https://pkg.go.dev/golang.org/x/net,golang.org/x/net*

0 commit comments

Comments
 (0)