elwinar / rcoredump

Remote indexation tools for coredump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a better way to set the webapp version

elwinar opened this issue · comments

This version should be the same than the server version, which would avoid the mess that is actually required to have the correct version commited.

Ideas of the bat:

  • have the version be set in the index.html file, and override it on-the-fly in the server endpoint
  • find a way to set it using go:generate

Solved by bef5ea5.