'golang' is an abbreviation for 'Go programming language'. Thus, the term 'golang programming language', which is used in the 'defer' chapter has unnecessary duplication. This patch modifies the sentences to use 'Go' instead of 'golang' in general. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/whichtochoose.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defer/whichtochoose.tex b/defer/whichtochoose.tex index a0af68f..15df46a 100644 --- a/defer/whichtochoose.tex +++ b/defer/whichtochoose.tex @@ -493,9 +493,9 @@ QSBR and epoch-based reclamation both of which are types of implementations of RCU. Sheth et al.~\cite{HarshalSheth2016goRCU} -demonstrated the value of leveraging golang's garbage +demonstrated the value of leveraging Go's garbage collector to provide RCU-like functionality, and -the golang programming language provides a \co{Value} type that can +the Go programming language provides a \co{Value} type that can provide this functionality.\footnote{ See \url{https://golang.org/pkg/sync/atomic/\#Value}, particularly the ``Example (ReadMostly)''.} -- 2.10.0