Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
akuma06 9e0424ec5e Add Build version
Main version can be set in config/default_config.yml
Build version need to be set by build command: go build -ldflags "-X
main.buildversion=$(date -u +.%Y%m%d.%H%M%S)"
Or by using package.sh
Or by using the godep command: godep go build -ldflags "-X
main.buildversion=$(date -u +.%Y%m%d.%H%M%S)"
2017-05-31 12:20:06 +02:00
..
api_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
database_dump_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
faq_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
home_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
init.go
modpanel.go New config files (#854) 2017-05-30 21:21:57 -05:00
not_found_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
publicSettingsHandler.go Maskot to cookie (#857) 2017-05-30 21:21:35 -05:00
router.go New config files (#854) 2017-05-30 21:21:57 -05:00
rss_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
search_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00
template.go Account theme switcher (Pls merge) (#750) 2017-05-27 12:08:47 -05:00
template_functions.go New config files (#854) 2017-05-30 21:21:57 -05:00
template_test.go Better handle of test files 2017-05-31 10:49:01 +02:00
template_variables.go Add Build version 2017-05-31 12:20:06 +02:00
torrent_report_handler.go
upload.go New config files (#854) 2017-05-30 21:21:57 -05:00
upload_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
user_handler.go Account theme switcher (Pls merge) (#750) 2017-05-27 12:08:47 -05:00
view_torrent_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
wrap_handler.go Hopefully fix memleak 2017-05-27 11:50:31 +10:00