Skip to content

Commit

Permalink
Merge pull request #8 from Pix4D/use-text-template
Browse files Browse the repository at this point in the history
Replace html/template with text/template
  • Loading branch information
mr-karan committed Dec 3, 2019
2 parents 6eabd82 + 5d3b702 commit 99442b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package main

import (
"bytes"
"html/template"
"strings"
"text/template"

alerttemplate "github.com/prometheus/alertmanager/template"
"github.com/spf13/viper"
Expand Down

0 comments on commit 99442b6

Please sign in to comment.