mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Update test for go 1.10 and update travis to run on go 1.10
This commit is contained in:
committed by
Dan Christian Bogos
parent
3e15ab12ef
commit
6f4a0025dd
2
cache/cache.go
vendored
2
cache/cache.go
vendored
@@ -168,7 +168,7 @@ func GetCloned(key string) (cln interface{}, err error) {
|
||||
if !hasIt {
|
||||
return nil, utils.NewCGRError(utils.Cache,
|
||||
utils.NotFoundCaps, utils.ItemNotFound,
|
||||
fmt.Sprintf("item with key <%s> was not found in <%s>", key))
|
||||
fmt.Sprintf("item with key <%s> was not found in <%s>", key,cln))
|
||||
} else if origVal == nil {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user