Skip to content

Commit

Permalink
source generation for go 1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespsena committed Nov 8, 2019
1 parent 8c5af80 commit d585e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func header_outlined(w io.Writer, c *Config, toc []Asset, imports ...string) (er
data := `
var (
pkg = path_helpers.GetCalledDir()
envName = "XB_"+strings.NewReplacer("/", "_", ".", "", "-", "").Replace(strings.ToUpper(strings.ReplaceAll(pkg, "/go-", "/")))
envName = "XB_"+strings.NewReplacer("/", "_", ".", "", "-", "").Replace(strings.ToUpper(strings.Replace(pkg, "/go-", "/", -1)))
_outlined *outlined.Outlined
outlinedPaths []string
Expand Down

0 comments on commit d585e77

Please sign in to comment.