reformat imports

This commit is contained in:
Livio Amstutz 2020-09-07 09:47:14 +02:00
parent 007a68d861
commit a4ee37dd31
7 changed files with 16 additions and 15 deletions

View file

@ -1,8 +1,9 @@
package op
import "testing"
import "os"
import (
"os"
"testing"
)
func TestValidateIssuer(t *testing.T) {
type args struct {