No description
Find a file
g0rbe 1a7968d25b
All checks were successful
go test / go-test (push) Successful in 1m7s
Go Report Card / generate-report (push) Successful in 8s
pkg.go.dev / pull-new-commit (push) Successful in 48s
Fix variable name
2026-02-06 16:28:32 +01:00
.forgejo/workflows Fix variable name 2026-02-06 16:28:32 +01:00
document.go Add HTML() method to *Document 2024-12-29 01:49:44 +01:00
document_test.go Add example to Document.Attribute() 2025-05-22 16:04:29 +02:00
go.mod Add Go module files 2024-12-29 01:19:04 +01:00
go.sum Add Go module files 2024-12-29 01:19:04 +01:00
html.go Add RemoveSelections() function 2024-12-29 01:51:27 +01:00
html_test.go Add example to RemoveSelections() 2024-12-29 02:10:59 +01:00
LICENSE Init 2024-12-29 01:15:12 +01:00
opengraph.go Update package name 2024-12-29 01:19:28 +01:00
README.md Add Go command 2025-05-22 21:54:48 +02:00
selectors.go Update package name 2024-12-29 01:19:28 +01:00

html

Go Reference Go Report Card

go get git.gorbe.io/go/html@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/html@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/html/commits' | jq -r '.[0].sha')"