diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:10:10 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:10:10 +0100 |
| commit | 9438a600fdce5a2d00521061d11fb94d3fd7d16b (patch) | |
| tree | 85b382889fa5fe80ed48346cc01fa692cc176421 /i18nerr/i18nerr.go | |
| parent | 6aa304e4bc99c94dc71783caa2e90de6afc60aca (diff) | |
i18nerr: Clarify dummy import
Diffstat (limited to 'i18nerr/i18nerr.go')
| -rw-r--r-- | i18nerr/i18nerr.go | 2 |
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" ) |
