mirror of
https://github.com/therootcompany/keypairs
synced 2025-05-09 23:56:33 +00:00
update documented import path
This commit is contained in:
parent
e4ff8ac55b
commit
db6a30b358
@ -16,7 +16,7 @@ kid, err := keypairs.ThumbprintPublicKey(pub)
|
|||||||
|
|
||||||
# API Documentation
|
# API Documentation
|
||||||
|
|
||||||
See <https://godoc.org/github.com/big-squid/go-keypairs>
|
See <https://pkg.go.dev/git.rootprojects.org/root/keypairs>
|
||||||
|
|
||||||
# Philosophy
|
# Philosophy
|
||||||
|
|
||||||
|
5
examples/go.mod
Normal file
5
examples/go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module github.com/example/foobar
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
|
replace github.com/big-squid/go-keypairs => git.rootprojects.org/root/keypairs
|
Loading…
x
Reference in New Issue
Block a user