tile38/core
tidwall 13ceb7da41 Removed global variables from core package
The core package uses global variables that keep from having
more than one Tile38 instance runnning in the same process.

Move the core variables in the server.Options type which are
uniquely stated per Server instance.

The build variables are still present in the core package.
2022-09-24 15:44:32 -07:00
..
commands.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
commands.json Added option to "not found" for DEL 2022-03-08 15:58:23 -07:00
commands_gen.go Added option to "not found" for DEL 2022-03-08 15:58:23 -07:00
commands_test.go Faster point in polygon / GeoJSON updates 2018-10-13 04:30:48 -07:00
gen.sh Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
version.go Added evio flag 2018-11-11 09:03:47 -07:00