Skip to content

Commit a998741

Browse files
committed
Updated
1 parent af72073 commit a998741

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LOGO-small.png

21.5 KB
Loading

errors/errorHandlingPv.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ package errors
22

33
import (
44
"encoding/json"
5-
"github.com/fatih/color"
65
"godemon/models"
76
"io/ioutil"
87
"time"
98
)
109

1110
func errorHandle(err error) {
1211
if err != nil {
13-
color.Cyan(err.Error())
12+
secretErrorHandle(err)
1413
}
1514
}
1615

0 commit comments

Comments
 (0)