Write to output when a function is not implemented

This commit is contained in:
Arturo Filastò
2018-06-25 13:19:54 +02:00
parent 030ecacf80
commit 38a5637cf5
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ func init() {
log.WithError(err).Error("failed to initialize root context")
return err
}
log.Error("this function is not implemented")
return nil
})