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:
parent
0e3a4ff0e7
commit
93b7a14fd3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue