From db6a30b358fe5f455b27c6aa4797e13f62c4f012 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 10 May 2020 13:11:26 -0600 Subject: [PATCH] update documented import path --- README.md | 2 +- examples/go.mod | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 examples/go.mod diff --git a/README.md b/README.md index d9a5a5c..9954ded 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ kid, err := keypairs.ThumbprintPublicKey(pub) # API Documentation -See +See # Philosophy diff --git a/examples/go.mod b/examples/go.mod new file mode 100644 index 0000000..708b5e4 --- /dev/null +++ b/examples/go.mod @@ -0,0 +1,5 @@ +module github.com/example/foobar + +go 1.12 + +replace github.com/big-squid/go-keypairs => git.rootprojects.org/root/keypairs