A map using a lock-free concurrency using left-right algo, written in Go

Change file ext from go2 to go

With Go generics landing into the main branch it is not necessary anymore to
provide go2 template files. Instead regular go source code files are used.

authored by

Johannes Kohnen and committed by joh.dev e25540bb 4926bf58

+1 -1
example_test.go2 example_test.go
+1 -1
go.mod
··· 1 1 module github.com/jwkohnen/lrmap 2 2 3 - go 1.16 3 + go 1.18
lrmap.go2 lrmap.go
lrmap_test.go2 lrmap_test.go