Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LocalizerVersion = "v1.14.3" LocalizerDownloadURL = "https://github.com/getoutreach/localizer/releases/download/" + LocalizerVersion + "/localizer_" + strings.TrimPrefix(LocalizerVersion, "v") + "_" + runtime.GOOS + "_" + runtime.GOARCH + ".tar.gz" )
Functions ¶
func EnsureLocalizer ¶
func EnsureLocalizer(log logrus.FieldLogger) (string, error)
EnsureLocalizer ensures that localizer exists and returns the location of the binary. Note: this outputs text if localizer is being downloaded
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.