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:
@@ -8,7 +8,7 @@ import (
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
|
||||
"github.com/kisom/die"
|
||||
"github.com/kisom/goutils/die"
|
||||
)
|
||||
|
||||
func usage() {
|
||||
|
||||
Reference in New Issue
Block a user