[go-nuts] [ANN] Go package for determining crawler User Agents

2024-04-05 Thread Nagaev Boris
Hey folks, Repo https://github.com/monperrus/crawler-user-agents contains an updated list of patterns of HTTP user-agents used by robots, crawlers, and spiders as in a single JSON file. It recently got updated, now it's a Go package! The package uses go:embed to access crawler-user-agents.json fi

Re: [go-nuts] Convert html text to pdf using go language .

2024-04-05 Thread Harmen
On Fri, Apr 05, 2024 at 06:45:03AM -0700, KRITIKA AWASTHI wrote: > I want to convert html text to pdf using go language . > Previously, I used chromedp > to create PDFs, but it > was consuming too much server capacity. So, currently I am using us

[go-nuts] [ANN] Go client for PeerTube

2024-04-05 Thread 'Sebastien Binet' via golang-nuts
hi there, just a quick email to announce my latest small pet project of the week : - https://sr.ht/~sbinet/peertube A simple (and incomplete) Go client for PeerTube[1] (an alternative to Big Tech's video platforms). Right now, the client can: - authenticate with a PeerTube server, - list acco

[go-nuts] Convert html text to pdf using go language .

2024-04-05 Thread KRITIKA AWASTHI
I want to convert html text to pdf using go language . Previously, I used chromedp to create PDFs, but it was consuming too much server capacity. So, currently I am using using wkhtmltopdf package wh

[go-nuts] getting error while trying to get coverage data report

2024-04-05 Thread Akash Kumar
(base) ☁ keploy [main] ⚡ go tool cover -func=coverage/total-coverage.txt cover: package test-app-url-shortener is not in std (/usr/local/go/src/test-app-url-shortener) here, test-app-url-shortener is a binary built with -cover flag and total-coverage.txt contains: mode: set test-app-url-shorte