summaryrefslogtreecommitdiff
path: root/i18nerr
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-19 13:10:10 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-19 13:10:10 +0100
commit9438a600fdce5a2d00521061d11fb94d3fd7d16b (patch)
tree85b382889fa5fe80ed48346cc01fa692cc176421 /i18nerr
parent6aa304e4bc99c94dc71783caa2e90de6afc60aca (diff)
i18nerr: Clarify dummy import
Diffstat (limited to 'i18nerr')
-rw-r--r--i18nerr/i18nerr.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18nerr/i18nerr.go b/i18nerr/i18nerr.go
index 6f9a4ea..47518e7 100644
--- a/i18nerr/i18nerr.go
+++ b/i18nerr/i18nerr.go
@@ -13,6 +13,8 @@ import (
"golang.org/x/text/language"
"golang.org/x/text/message"
+ // this blank/dummy import is here to make `go mod tidy` work
+ // as `go mod tidy` otherwise removes this import that is needed for `go generate`
_ "golang.org/x/text/message/pipeline"
)