7 lines
90 B
Go
7 lines
90 B
Go
//go:build no_gvisor
|
|
|
|
package features
|
|
|
|
func init() {
|
|
TAGS = append(TAGS, "no_gvisor")
|
|
}
|