mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-12 16:52:52 +01:00
No description
|
||
---|---|---|
.github | ||
.idea | ||
.cirrus.yml | ||
.gitignore | ||
breach.go | ||
breach_test.go | ||
codecov.yml | ||
go.mod | ||
hibp.go | ||
hibp_test.go | ||
LICENSE | ||
password.go | ||
password_test.go | ||
paste.go | ||
paste_test.go | ||
README.md | ||
sonar-project.properties |
go-hibp - Simple go client for the HIBP API
This Go package provides an simple to use interface to the excellent "Have I Been Pwned" (HIBP) API by Troy Hunt.
Usage
Check out the GoDocs Reference for details on how to implement access to the HIBP API with this package. You will also find GoDoc code examples there.