A Go implementation of a rental system for Second Life and OpenSimulator.
Gwyneth Llewelyn 610b254705 Updated deps | hace 1 año | |
---|---|---|
lib | hace 6 años | |
templates | hace 3 años | |
.gitignore | hace 4 años | |
.gitmodules | hace 6 años | |
LICENSE | hace 6 años | |
README.md | hace 3 años | |
SECURITY.md | hace 1 año | |
aux.go | hace 6 años | |
backoffice.go | hace 3 años | |
go.mod | hace 1 año | |
go.sum | hace 1 año | |
goslrental.go | hace 3 años | |
inworld.go | hace 6 años |
It's still under construction. It uses github.com/cznic/ql
as a simple database implemented in Go (as opposed to SQLite which is buggy with goroutines) but accessing the database is made through 'standard' commands via the database/sql
package for portability with other database engines.
The purpose of this package is to show how to integrate Go with Second Life/OpenSimulator.
For now, these instructions are minimalistic; I'll update them to actually be useful (hopefully soon (well, not that soon...)).
Licensed under the BSD 3-clause license (you can basically do whatever you wish with this code so long as you keep the attribution).