Add go frameworks to docs

This commit is contained in:
Owen Mansel-Chan
2020-08-25 16:33:51 +01:00
parent 97c107b926
commit b4c3ea41d1

View File

@@ -18,6 +18,45 @@ C# built-in support
NHibernate, Database ORM
WinForms, User interface
Go built-in support
================================
.. csv-table::
:header-rows: 1
:class: fullWidthTable
:widths: auto
Name, Category
Gin, Web framework
glog, Logging library
go-restful, Web application framework
go-sh, Utility library
Gokogiri, XPath library
golang.org/x/crypto/ssh, Network communicator
golang.org/x/net/websocket, Network communicator
Gorilla websocket, Network communicator
GORM, Database
GoWebsocket, Network communicator
goxpath, XPath library
https://github.com/antchfx/htmlquery, XPath library
https://github.com/antchfx/jsonquery, XPath library
https://github.com/antchfx/xmlquery, XPath library
https://github.com/antchfx/xpath, XPath library
https://github.com/go-xmlpath/xmlpath, XPath library
json-iterator, Serialization
klog, Logging library
Logrus, Logging library
Macaron, Web framework
mongo, Database
mux, HTTP request router and dispatcher
nhooyr.io/websocket, Network communicator
pg, Database
sqlx, Database
SendGrid, Email library
Squirrel, Database
ws, Network communicator
xpathparser, XPath library
Java built-in support
==================================