wtsi-npg / sqyrrl

Sqyrrl - an HTTP server for files hosted in iRODS
GNU General Public License v3.0
0 stars 4 forks source link

Embed HTML templates in server executable #20

Closed kjsanger closed 7 months ago

kjsanger commented 7 months ago

The templates had to move from the root directory into a directory level with the server package because

  1. Go does not allow the embedding directive to reference paths upwards (..)
  2. Symbols in the main package can't be exported and there can only be one package per filesystem directory, so we can't load the templates from there and export them to the server package