Skip to content

Commit c9e22ab

Browse files
authored
Merge pull request #4133 from owen-mc/docs/add-go-frameworks
Add go frameworks to docs
2 parents 97c107b + b4c3ea4 commit c9e22ab

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/language/support/reusables/frameworks.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,45 @@ C# built-in support
1818
NHibernate, Database ORM
1919
WinForms, User interface
2020

21+
Go built-in support
22+
================================
23+
24+
.. csv-table::
25+
:header-rows: 1
26+
:class: fullWidthTable
27+
:widths: auto
28+
29+
Name, Category
30+
Gin, Web framework
31+
glog, Logging library
32+
go-restful, Web application framework
33+
go-sh, Utility library
34+
Gokogiri, XPath library
35+
golang.org/x/crypto/ssh, Network communicator
36+
golang.org/x/net/websocket, Network communicator
37+
Gorilla websocket, Network communicator
38+
GORM, Database
39+
GoWebsocket, Network communicator
40+
goxpath, XPath library
41+
https://github.com/antchfx/htmlquery, XPath library
42+
https://github.com/antchfx/jsonquery, XPath library
43+
https://github.com/antchfx/xmlquery, XPath library
44+
https://github.com/antchfx/xpath, XPath library
45+
https://github.com/go-xmlpath/xmlpath, XPath library
46+
json-iterator, Serialization
47+
klog, Logging library
48+
Logrus, Logging library
49+
Macaron, Web framework
50+
mongo, Database
51+
mux, HTTP request router and dispatcher
52+
nhooyr.io/websocket, Network communicator
53+
pg, Database
54+
sqlx, Database
55+
SendGrid, Email library
56+
Squirrel, Database
57+
ws, Network communicator
58+
xpathparser, XPath library
59+
2160
Java built-in support
2261
==================================
2362

0 commit comments

Comments
 (0)