better file organization
This commit is contained in:
11
internal/consts/consts.go
Normal file
11
internal/consts/consts.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package consts
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
DefaultLinux_d = "/etc/packets"
|
||||
DefaultCache_d = "/var/cache/packets"
|
||||
DefaultHttpPort = 9123
|
||||
DefaultData_d = "/opt/packets"
|
||||
LANDeadline = 2 * time.Second
|
||||
)
|
||||
Reference in New Issue
Block a user