Skip to content

Commit

Permalink
fix: remove the mandatory internal module import to avoid failure (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-yan committed Mar 15, 2024
1 parent ae4afe5 commit c00d88e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/cmd/main.go.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/getoutreach/stencil-golang/pkg/serviceactivities/gomaxprocs"
"github.com/pkg/errors"

"{{ stencil.ApplyTemplate "appImportPath" }}/internal/{{ .Config.Name }}"

{{- $additionalImports := stencil.GetModuleHook "main/additionalImports" }}
{{- if $additionalImports }}
Expand Down

0 comments on commit c00d88e

Please sign in to comment.