checking in - unbreaking .idea/ in git and fixing unnecessary imports.

This commit is contained in:
2021-11-27 02:57:34 -05:00
parent a5b479ae4e
commit cf24035c85
8 changed files with 44 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
package gosecret
import (
`fmt`
`path/filepath`
`strings`
`time`
@@ -40,8 +38,8 @@ func NewCollection(conn *dbus.Conn, path dbus.ObjectPath) (coll *Collection, err
}
coll = &Collection{
Conn: conn,
Dbus: conn.Object(DbusService, path),
Conn: conn,
Dbus: conn.Object(DbusService, path),
// lastModified: time.Now(),
}