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:
@@ -10,7 +10,7 @@ import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
"github.com/kisom/die"
|
||||
"github.com/kisom/goutils/die"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user