Fix an import path.

This commit is contained in:
John C. Vernaleo 2013-10-07 10:06:15 -04:00
parent 8e12234c56
commit ff2c88e3b4

View file

@ -6,7 +6,7 @@ package main
import (
"fmt"
"opensource.conformal.com/go/go-flags"
"github.com/conformal/go-flags"
"os"
"path/filepath"
)