• 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
templates_default_gen.go 1.64 KB