Open sailorfeng opened 5 years ago
It seems this lib is not goroutine-safe for there is a variable symbolTable in package.
@sailorfeng any way of solving the concurrency issue?
in short the map must be changed to an atomic one or add a couple of mutex here and there
It seems this lib is not goroutine-safe for there is a variable symbolTable in package.