diff options
| author | Jeremy Clerc <jclerc@google.com> | 2015-09-13 19:50:13 +0200 |
|---|---|---|
| committer | Jeremy Clerc <jclerc@google.com> | 2015-09-13 19:50:13 +0200 |
| commit | 5ceea8b7821646f4e43b7d6c37845c6501c402b8 (patch) | |
| tree | 1c49a3d11bd54f34e10e6a5afacaba8fda4837d0 /pkg | |
| parent | 33549a7f23d65bbb730a94d17f6478a159ce0770 (diff) | |
| download | easypki-5ceea8b7821646f4e43b7d6c37845c6501c402b8.tar.xz | |
rename easyca to easypki
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/easypki/easyca.go (renamed from pkg/easyca/easyca.go) | 2 | ||||
| -rw-r--r-- | pkg/easypki/easyca_test.go (renamed from pkg/easyca/easyca_test.go) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/easyca/easyca.go b/pkg/easypki/easyca.go index 93c0662..0c908d2 100644 --- a/pkg/easyca/easyca.go +++ b/pkg/easypki/easyca.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package easyca +package easypki import ( "bufio" diff --git a/pkg/easyca/easyca_test.go b/pkg/easypki/easyca_test.go index 176b5fb..ece603a 100644 --- a/pkg/easyca/easyca_test.go +++ b/pkg/easypki/easyca_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package easyca +package easypki import ( "io/ioutil" |
