fixing header
Этот коммит содержится в:
@@ -1,5 +1,9 @@
|
|||||||
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
|
// This files was copied/modified from https://github.com/hashicorp/golang-lru
|
||||||
// See License.txt for license information.
|
// which was (see below)
|
||||||
|
|
||||||
|
// This package provides a simple LRU cache. It is based on the
|
||||||
|
// LRU implementation in groupcache:
|
||||||
|
// https://github.com/golang/groupcache/tree/master/lru
|
||||||
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
|
// This files was copied/modified from https://github.com/hashicorp/golang-lru
|
||||||
// See License.txt for license information.
|
// which was (see below)
|
||||||
|
|
||||||
|
// This package provides a simple LRU cache. It is based on the
|
||||||
|
// LRU implementation in groupcache:
|
||||||
|
// https://github.com/golang/groupcache/tree/master/lru
|
||||||
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user