Add frameworks to frameworks.csv

This commit is contained in:
Owen Mansel-Chan 2024-07-17 10:20:44 +01:00
Родитель e6c7e1a0bc
Коммит 8a5a9418c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 67E427E02E6DA1B8
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@ Framework name,URL,Package prefixes
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
beego,https://beego.me/,github.com/astaxie/beego* github.com/beego/beego*
Couchbase official client(gocb),https://github.com/couchbase/gocb,github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
chi,https://go-chi.io/,github.com/go-chi/chi*
Couchbase unofficial client,http://www.github.com/couchbase/go-couchbase,github.com/couchbaselabs/gocb*
cristalhq/jwt,https://github.com/cristalhq/jwt,github.com/cristalhq/jwt*
Echo,https://echo.labstack.com/,github.com/labstack/echo*
@ -11,8 +12,10 @@ Gin,https://github.com/gin-gonic/gin,github.com/gin-gonic/gin*
Go JOSE,https://github.com/go-jose/go-jose,github.com/go-jose/go-jose* github.com/square/go-jose* gopkg.in/square/go-jose*
Go kit,https://gokit.io/,github.com/go-kit/kit*
go-pg,https://pg.uptrace.dev/,github.com/go-pg/pg*
go-restful,https://github.com/emicklei/go-restful,github.com/emicklei/go-restful*
golang.org/x/net,https://pkg.go.dev/golang.org/x/net,golang.org/x/net*
goproxy,https://github.com/elazarl/goproxy,github.com/elazarl/goproxy*
gorilla/mux,https://github.com/gorilla/mux,github.com/gorilla/mux*
Iris,https://www.iris-go.com/,github.com/kataras/iris*
json-iterator,https://github.com/json-iterator/go,github.com/json-iterator/go*
jsonpatch,https://github.com/evanphx/json-patch,github.com/evanphx/json-patch*

1 Framework name URL Package prefixes
2 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
3 beego https://beego.me/ github.com/astaxie/beego* github.com/beego/beego*
4 Couchbase official client(gocb) https://github.com/couchbase/gocb github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
5 chi https://go-chi.io/ github.com/go-chi/chi*
6 Couchbase unofficial client http://www.github.com/couchbase/go-couchbase github.com/couchbaselabs/gocb*
7 cristalhq/jwt https://github.com/cristalhq/jwt github.com/cristalhq/jwt*
8 Echo https://echo.labstack.com/ github.com/labstack/echo*
12 Go JOSE https://github.com/go-jose/go-jose github.com/go-jose/go-jose* github.com/square/go-jose* gopkg.in/square/go-jose*
13 Go kit https://gokit.io/ github.com/go-kit/kit*
14 go-pg https://pg.uptrace.dev/ github.com/go-pg/pg*
15 go-restful https://github.com/emicklei/go-restful github.com/emicklei/go-restful*
16 golang.org/x/net https://pkg.go.dev/golang.org/x/net golang.org/x/net*
17 goproxy https://github.com/elazarl/goproxy github.com/elazarl/goproxy*
18 gorilla/mux https://github.com/gorilla/mux github.com/gorilla/mux*
19 Iris https://www.iris-go.com/ github.com/kataras/iris*
20 json-iterator https://github.com/json-iterator/go github.com/json-iterator/go*
21 jsonpatch https://github.com/evanphx/json-patch github.com/evanphx/json-patch*