mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// package lru implements an LRU cache. It automatically removes older entries if its capacity is reached.
|
||||
package container_lru
|
||||
@@ -1,3 +1,4 @@
|
||||
// A least-recently-used (`LRU`) cache. It automatically removes older entries if its capacity is reached.
|
||||
package container_lru
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
Reference in New Issue
Block a user