mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-15 10:18:45 +07:00
style: format golang import package code style (#58)
Co-authored-by: Kevin Yu <yqlbu@Bu.edu>
This commit is contained in:
@ -7,8 +7,9 @@ package sniffing
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/mzz2017/softwind/pkg/fastrand"
|
||||
"testing"
|
||||
|
||||
"github.com/mzz2017/softwind/pkg/fastrand"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user