Apply gofmt
This commit is contained in:
parent
8a655b8566
commit
403d5e2f58
|
@ -17,8 +17,8 @@ import (
|
||||||
"net/url"
|
"net/url"
|
||||||
"slices"
|
"slices"
|
||||||
|
|
||||||
"software.sslmate.com/src/certspotter/merkletree"
|
|
||||||
"software.sslmate.com/src/certspotter/cttypes"
|
"software.sslmate.com/src/certspotter/cttypes"
|
||||||
|
"software.sslmate.com/src/certspotter/merkletree"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RFC6962Log struct {
|
type RFC6962Log struct {
|
||||||
|
|
|
@ -22,8 +22,8 @@ import (
|
||||||
|
|
||||||
"golang.org/x/crypto/cryptobyte"
|
"golang.org/x/crypto/cryptobyte"
|
||||||
|
|
||||||
"software.sslmate.com/src/certspotter/merkletree"
|
|
||||||
"software.sslmate.com/src/certspotter/cttypes"
|
"software.sslmate.com/src/certspotter/cttypes"
|
||||||
|
"software.sslmate.com/src/certspotter/merkletree"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -27,4 +27,3 @@ func (v Version) Marshal(b *cryptobyte.Builder) error {
|
||||||
func (v *Version) Unmarshal(s *cryptobyte.String) bool {
|
func (v *Version) Unmarshal(s *cryptobyte.String) bool {
|
||||||
return s.ReadUint8((*uint8)(v))
|
return s.ReadUint8((*uint8)(v))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ package sequencer
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
|
||||||
mathrand "math/rand/v2"
|
mathrand "math/rand/v2"
|
||||||
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue