mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
474 B
474 B
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.NewScratch | newScratch | Creates a new Scratch which can be used to store values in a thread safe way. |
|
|
|
{{ $scratch := newScratch }}
{{ $scratch.Add "b" 2 }}
{{ $scratch.Add "b" 2 }}
{{ $scratch.Get "b" }} → 4