From 2bf0f688f895aa19f976051e30b967a6187e27b4 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 3 Jan 2019 13:55:15 -0800 Subject: template: Bundle in binary with bindata (#36) This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4786b15..32aa730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Fixed +- Templates are now bundled with the binary rather than requiring a copy of the + sally source. + ## 1.0.0 - 2019-01-03 - Initial tagged release. + +[Unreleased]: https://github.com/uber-go/sally/compare/v1.0.0...HEAD -- cgit v1.2.3