• Eric Chiang's avatar
    *: add code to serialize templates into go code · 63a62b67
    Eric Chiang authored
    Add a small program to iterate over the templates directory and
    generate a go map of name to file data. This is so we can compile
    these templates into the dex binary instead of requiring files on
    disk.
    
    Also add a Makefile rule to do this automatically.
    63a62b67
Name
Last commit
Last update
..
doc.go Loading commit data...
handlers.go Loading commit data...
handlers_test.go Loading commit data...
oauth2.go Loading commit data...
oauth2_test.go Loading commit data...
rotation.go Loading commit data...
rotation_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
templates.go Loading commit data...
templates_default_gen.go Loading commit data...
templates_test.go Loading commit data...