Skip to content

Commit fcd21fe

Browse files
committed
removed unused variable
1 parent 4375205 commit fcd21fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: i18n/locale.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ import (
1919
"os"
2020
"path/filepath"
2121
"strings"
22-
"sync"
2322

2423
rice "github.com/cmaglie/go.rice"
2524
"github.com/leonelquinteros/gotext"
2625
)
2726

2827
var (
29-
loadOnce sync.Once
30-
po *gotext.Po
31-
box *rice.Box
28+
po *gotext.Po
29+
box *rice.Box
3230
)
3331

3432
func init() {

0 commit comments

Comments
 (0)