Skip to content

Commit

Permalink
moves uint64 on struct top
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadfastx committed Aug 16, 2021
1 parent 910942e commit f770180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attacker/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
)

type resolver struct {
addrs []string
idx uint64
addrs []string
}

func NewResolver(addrs []string) *net.Resolver {
Expand Down

0 comments on commit f770180

Please sign in to comment.