mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -730,7 +730,6 @@ func (e Entry) Value() interface{} {
|
||||
// Save same as `Set`
|
||||
// However, if "immutable" is true then saves it as immutable (same as `SetImmutable`).
|
||||
//
|
||||
//
|
||||
// Returns the entry and true if it was just inserted, meaning that
|
||||
// it will return the entry and a false boolean if the entry exists and it has been updated.
|
||||
func (r *Store) Save(key string, value interface{}, immutable bool) (Entry, bool) {
|
||||
|
||||
Reference in New Issue
Block a user