1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

fix: using the right import

VSCode used alecthomas/template instead of
text/template automatically
This commit is contained in:
Carlos Alexandro Becker
2017-12-05 11:31:51 -02:00
committed by Carlos Alexandro Becker
parent 8d9245d4d3
commit 3be7299047

View File

@@ -7,8 +7,8 @@ import (
"os"
"os/exec"
"path/filepath"
"text/template"
"github.com/alecthomas/template"
"github.com/apex/log"
"github.com/goreleaser/goreleaser/config"
"github.com/goreleaser/goreleaser/context"