reformat imports
This commit is contained in:
parent
007a68d861
commit
a4ee37dd31
7 changed files with 16 additions and 15 deletions
|
@ -1,8 +1,9 @@
|
|||
package op
|
||||
|
||||
import "testing"
|
||||
|
||||
import "os"
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestValidateIssuer(t *testing.T) {
|
||||
type args struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue