0
0
Fork 0

adjust library path

This commit is contained in:
Gibheer 2015-02-15 21:10:44 +01:00
parent 02749d1d5e
commit b022e8ab4c
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
"io" "io"
"os" "os"
"github.com/gibheer/pkilib" "github.com/gibheer/pki"
) )
const ( const (

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"github.com/gibheer/pkilib" "github.com/gibheer/pki"
) )
var ( var (

View File

@ -2,7 +2,7 @@ package main
import ( import (
"errors" "errors"
"github.com/gibheer/pkilib" "github.com/gibheer/pki"
) )
const ( const (