You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/programming/go/useful-libs.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ tags: [go, программирование]
120
120
## HTML, парсинг сайтов
121
121
122
122
*[goquery](https://github.com/PuerkitoBio/goquery) - позволяет работать со страницой как Jquery только на GO. Удобно для разбора. [GoDoc](https://pkg.go.dev/github.com/PuerkitoBio/goquery?tab=doc).
123
-
*[goquery](https://github.com/PuerkitoBio/goquery) - типа j-qury на Go. Позволяет работать с html через запросы.
124
123
125
124
---
126
125
@@ -156,6 +155,12 @@ tags: [go, программирование]
156
155
157
156
---
158
157
158
+
## Шаблоны
159
+
160
+
*[templ](https://github.com/a-h/templ) - написание html шаблонов на Go. [Документация](https://templ.guide).
161
+
162
+
---
163
+
159
164
## HTTP
160
165
161
166
*[fasthttp](https://github.com/valyala/fasthttp) - на сегодняшний момент самая быстрая реализация http сервера на Go. [API](https://godoc.org/github.com/valyala/fasthttp)
0 commit comments