chore: with_gvisor output
This commit is contained in:
parent
9f7a0052a8
commit
d305e0ddfc
7
constant/features/with_gvisor.go
Normal file
7
constant/features/with_gvisor.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build with_gvisor
|
||||
|
||||
package features
|
||||
|
||||
func init() {
|
||||
TAGS = append(TAGS, "with_gvisor")
|
||||
}
|
Reference in New Issue
Block a user