No description
Find a file
2026-03-16 14:40:53 +01:00
.gitignore Initial commit 2026-03-15 12:44:20 +01:00
go.mod Initial commit 2026-03-15 12:44:20 +01:00
html.go fix(html): invalid parsing of arguments 2026-03-16 14:40:53 +01:00
html_test.go fix(html): invalid parsing of arguments 2026-03-16 14:40:53 +01:00
human.go feat(html): retrieve human from http response 2026-03-16 13:58:21 +01:00
human_test.go feat(url): check match canonical 2026-03-15 14:22:15 +01:00
LICENSE Initial commit 2026-03-15 12:44:20 +01:00
README.md docs(info): usage in readme 2026-03-15 16:27:56 +01:00

go-human.json

Simple implementation of human.json in Go.

Usage

Install with:

go get -u git.anhgelus.world/anhgelus/go-human.json

Type Human represents the JSON file.

You can get the URL of the human.json referenced by a link tag with GetURLFromHTML.