Use raw string for builtin font

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie
2015-01-31 22:35:11 -08:00
parent 60fe917ec1
commit 95eeef375e
2 changed files with 721 additions and 725 deletions

View File

@@ -52,7 +52,7 @@ func (this *fontManager) loadFont(fontPath string) error {
}
func (this *fontManager) loadBuildInFont() error {
font, err := this.parseFontContent(buildInFont())
font, err := this.parseFontContent(builtInFont)
if err != nil {
return err
}