No description
- JavaScript 73.5%
- Go 16.3%
- HTML 10.2%
| public | ||
| templates | ||
| .drone.yml | ||
| .gitignore | ||
| config.ini.sample | ||
| constants.go | ||
| listresponse.go | ||
| main.go | ||
| openings_test.go | ||
| README.md | ||
| routers-api.go | ||
| routers.go | ||
| sorting.go | ||
| utils.go | ||
| videohandler.go | ||
openingsgo 
I decided that I had too much free time. So I started doing an openings.moe clone in Go, even though performance in the end will increase of just about 5% for most users because on average the php scripts are calle just about twice anyway.
cd $GOENV/src/
mkdir -p git.zxq.co/howl/openingsgo
cd git.zxq.co/howl/openingsgo
git clone http://git.zxq.co/howl/openingsgo.git .
mkdir video
cp config.ini.sample config.ini
vim config.ini
go build
# eventual chmod +x ./openingsgo
./openingsgo