packagefurgitimport("testing")funcTestErrors(t*testing.T){ifErrInvalidObject==nil{t.Error("ErrInvalidObject should not be nil")}ifErrInvalidRef==nil{t.Error("ErrInvalidRef should not be nil")}ifErrNotFound==nil{t.Error("ErrNotFound should not be nil")}}