Compare commits
No commits in common. "c4786406ff816cac8e90beeefd12c51fe1d4933c" and "ec1e802faf9426e1f27cd8bfa8434e110bae5146" have entirely different histories.
c4786406ff
...
ec1e802faf
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
# Run on the latest minor release of Go 1.19:
|
||||
go-version: ^1.19
|
||||
# Run on the latest minor release of Go 1.18:
|
||||
go-version: ^1.18
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
2
xt/xt.go
2
xt/xt.go
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
|
||||
Package xt implements dedicated types for (some) of the "Info" payload in Match
|
||||
and Target expressions that bridge between the nftables and xtables worlds.
|
||||
|
||||
|
@ -44,5 +45,6 @@ uint to uint64 instead. This package currently clamps its mapping of C's
|
|||
future 128bit platforms with a differently sized C unsigned int should come into
|
||||
production, then the alignedbuff package will need to be adapted accordingly, as
|
||||
it abstracts away this data type handling.
|
||||
|
||||
*/
|
||||
package xt
|
||||
|
|
Loading…
Reference in New Issue