Compare commits
2 Commits
ec1e802faf
...
c4786406ff
Author | SHA1 | Date |
---|---|---|
|
c4786406ff | |
|
920dc0e0e0 |
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.18:
|
# Run on the latest minor release of Go 1.19:
|
||||||
go-version: ^1.18
|
go-version: ^1.19
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
|
2
xt/xt.go
2
xt/xt.go
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Package xt implements dedicated types for (some) of the "Info" payload in Match
|
Package xt implements dedicated types for (some) of the "Info" payload in Match
|
||||||
and Target expressions that bridge between the nftables and xtables worlds.
|
and Target expressions that bridge between the nftables and xtables worlds.
|
||||||
|
|
||||||
|
@ -45,6 +44,5 @@ 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
|
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
|
production, then the alignedbuff package will need to be adapted accordingly, as
|
||||||
it abstracts away this data type handling.
|
it abstracts away this data type handling.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
package xt
|
package xt
|
||||||
|
|
Loading…
Reference in New Issue