Use goutils/die instead of kisom/die.

Also removes the "logging" package from showimp, as this is intended
primarily for server programs.
This commit is contained in:
Kyle Isom
2016-04-28 11:29:58 -07:00
parent 8055404211
commit 1650edee19
5 changed files with 26 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ import (
"io/ioutil"
"log"
"github.com/kisom/die"
"github.com/kisom/goutils/die"
)
func main() {