No description
  • JavaScript 73.5%
  • Go 16.3%
  • HTML 10.2%
Find a file
2015-11-27 08:20:22 +11:00
public make it work. really. i hereby swear it hasn't got any bugs. 2015-11-26 08:11:14 +11:00
templates new 404 page 2015-11-27 07:46:44 +11:00
.drone.yml add drone 2015-11-24 02:27:57 +11:00
.gitignore Add more things to output html, remove whatever the fuck was up with the js, remove binary file 2015-11-23 09:37:56 +11:00
config.ini.sample add setting to config.ini 2015-11-26 07:56:12 +11:00
constants.go Move constants to constants.go 2015-11-25 06:27:24 +11:00
listresponse.go go fmt 2015-11-25 06:22:01 +11:00
main.go implement partly remote thingie 2015-11-26 07:39:42 +11:00
openings_test.go Add arranging by series 2015-11-25 01:44:50 +11:00
README.md add install instructions 2015-11-27 08:20:22 +11:00
routers-api.go add cache refresh api 2015-11-25 08:37:41 +11:00
routers.go implement in HTML 2015-11-26 07:55:44 +11:00
sorting.go lowercase sorting.go 2015-11-25 06:23:16 +11:00
utils.go [API] /api/list done 2015-11-25 07:39:48 +11:00
videohandler.go make it work. really. i hereby swear it hasn't got any bugs. 2015-11-26 08:11:14 +11:00

openingsgo Build Status

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