Updated to latest GTK2 bindings API and moved to Gitlab.

This commit is contained in:
2018-11-10 13:21:53 +05:00
parent 070aa50762
commit 127e1b8ab9
27 changed files with 3347 additions and 3351 deletions

View File

@@ -10,17 +10,17 @@
package translator
import (
// local
"github.com/pztrn/urtrator/configuration"
// local
"gitlab.com/pztrn/urtrator/configuration"
)
var (
// Configuration.
cfg *configuration.Config
// Configuration.
cfg *configuration.Config
)
func New(c *configuration.Config) *Translator {
cfg = c
t := Translator{}
return &t
cfg = c
t := Translator{}
return &t
}