chore: with_gvisor output

This commit is contained in:
Skyxim 2023-03-29 13:58:37 +08:00
parent 9f7a0052a8
commit d305e0ddfc

View File

@ -0,0 +1,7 @@
//go:build with_gvisor
package features
func init() {
TAGS = append(TAGS, "with_gvisor")
}