Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-12 18:43:34 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-12 18:43:34 +0300
commit3e52bc4d02b9fc258b6b6d4a38f7493ea3deaf77 (patch)
tree19fe623beb76625dca73cd2f8bcb022a07d73953 /_support
parent3129b16930c1a0b1afe19b05a31c3195073de12b (diff)
Use text/template to generate NOTICE
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to '_support')
-rw-r--r--_support/noticegen/noticegen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/noticegen/noticegen.go b/_support/noticegen/noticegen.go
index c54d1df7d..57467cbea 100644
--- a/_support/noticegen/noticegen.go
+++ b/_support/noticegen/noticegen.go
@@ -2,11 +2,11 @@ package main
import (
"flag"
- "html/template"
"io/ioutil"
"log"
"os"
"path/filepath"
+ "text/template"
)
var (