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,10 +10,10 @@
package cachemodels
import (
// local
"github.com/pztrn/urtrator/datamodels"
// local
"gitlab.com/pztrn/urtrator/datamodels"
)
type Profile struct {
Profile *datamodels.Profile
Profile *datamodels.Profile
}