8 lines
133 B
Go
8 lines
133 B
Go
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
//go:build linux
|
|
|
|
package nftables
|
|
|
|
type Element struct {
|
|
}
|