Add formatting results

This commit is contained in:
Pascal Wengerter
2022-05-19 10:36:23 +02:00
parent 7f17338a69
commit 133682e6b9
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ type Cache struct {
// capacity and length have to be the first words
// in order to be 64-aligned on 32-bit architectures.
capacity, length uint64 // access atomically
entries sync.Map
pool sync.Pool
entries sync.Map
pool sync.Pool
}
// CacheEntry represents an entry on the cache. You can type assert on V.