Skip to content

Commit 328187c

Browse files
authored
Update useful-libs.md
1 parent eb42615 commit 328187c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/programming/go/useful-libs.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ tags: [go, программирование]
120120
## HTML, парсинг сайтов
121121

122122
* [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 через запросы.
124123

125124
---
126125

@@ -156,6 +155,12 @@ tags: [go, программирование]
156155

157156
---
158157

158+
## Шаблоны
159+
160+
* [templ](https://github.com/a-h/templ) - написание html шаблонов на Go. [Документация](https://templ.guide).
161+
162+
---
163+
159164
## HTTP
160165

161166
* [fasthttp](https://github.com/valyala/fasthttp) - на сегодняшний момент самая быстрая реализация http сервера на Go. [API](https://godoc.org/github.com/valyala/fasthttp)

0 commit comments

Comments
 (0)