mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-21 13:19:10 +07:00
style: format golang import package code style (#58)
Co-authored-by: Kevin Yu <yqlbu@Bu.edu>
This commit is contained in:
@ -4,8 +4,9 @@ package internal
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/daeuniverse/dae/pkg/ebpf_internal/internal/unix"
|
||||
"sync"
|
||||
|
||||
"github.com/daeuniverse/dae/pkg/ebpf_internal/internal/unix"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user