* code changes to reflect webfiles as binary data
* missed a few error logging and added comments
* added test file and checking whether asset exists
* ran go mod tidy
* added const back
* checking locally first and then bin data
* updated names of func to make local and added run time checks of bin data
* readwebfiles unit tests
* fixed issue w filepath const
* ran go fmt
* minor changes
* switched expected and actual output assert
* msg to string const
* removed middle parameter in read webfile
* formatted
* changes in test file
* changes in test file
* made the error msg into a variable
* changes to dockerfile, go releaser, and comments
* using goreleaser for semver builds on sloop. Integrated with travis ci and docker.
* fix: deploy script update to ignore new lines
* fix: deploy script update to ignore new lines
* fix: using make target instead of shell script as travis having issues with new lines
* fix: removed travis environment variable from makefile
* fix: updated build script