Fix missing package: path

This commit is contained in:
George Czabania 2014-11-14 09:03:29 +13:00
parent 64816e4860
commit ca8f15bd45

View file

@ -25,6 +25,7 @@ import (
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
"path"
"path/filepath" "path/filepath"
"reflect" "reflect"
"runtime" "runtime"