From 16eb14db9f9b228ef88bcf1beb09cf823256dac1 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sun, 15 Feb 2015 01:34:25 +0100 Subject: redesign cli This is a major rebuilding of the CLI. The library part is split out into pkilib and the cli handles only the communication with the user, I/O and the library. The API will still look the same, but the code should be much better to grasp. Instead of repeating everything, more will be grouped together and reused. --- sign_request.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sign_request.go (limited to 'sign_request.go') diff --git a/sign_request.go b/sign_request.go deleted file mode 100644 index 234408c..0000000 --- a/sign_request.go +++ /dev/null @@ -1,10 +0,0 @@ -package main - -import ( - -) - -// sign a certificate request to create a new certificate -func sign_request() { - -} -- cgit v1.2.3-70-g09d2