update module to own version
This commit is contained in:
4
po.go
4
po.go
@@ -16,7 +16,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/leonelquinteros/gotext/plurals"
|
||||
"git.deineagentur.com/DeineAgenturUG/gotext/plurals"
|
||||
)
|
||||
|
||||
/*
|
||||
@@ -28,7 +28,7 @@ Example:
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/leonelquinteros/gotext"
|
||||
"git.deineagentur.com/DeineAgenturUG/gotext"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user