1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-12-20 19:11:17 +00:00

Fix: Use text/template, not html/template

This commit is contained in:
Knut Ahlers 2016-10-08 23:25:18 +02:00
parent 0e3a4ff0e7
commit 93b7a14fd3
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -6,13 +6,13 @@ import (
"bytes"
"errors"
"fmt"
"html/template"
"io/ioutil"
"log"
"os"
"os/exec"
"regexp"
"strings"
"text/template"
"time"
"gopkg.in/yaml.v2"