sort imports

This commit is contained in:
Unrud 2018-08-23 17:12:33 +02:00
parent 1787e573cb
commit 549de83fe3

View file

@ -22,9 +22,9 @@
package main package main
import ( import (
dbus "salsa.debian.org/go-team/packages/golang-dbus.git"
"errors" "errors"
"fmt" "fmt"
dbus "salsa.debian.org/go-team/packages/golang-dbus.git"
"sync" "sync"
) )