move pki to go/pki

master
Serge Bazanski 2018-10-25 12:03:42 +01:00
parent 814749f347
commit fcbcbcf7e6
9 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ In lieu of a godoc (soon (TM)), here's a quick usage example:
import (
"code.hackerspace.pl/hscloid/pki"
"code.hackerspace.pl/hscloud/go/pki"
)
...
g := grpc.NewServer(pki.WithServerHSPKI()...)