gvisorgvisor.dev/gvisor/tools/checkunsafe Index | Files

package checkunsafe

import "gvisor.dev/gvisor/tools/checkunsafe"

Package checkunsafe allows unsafe imports only in files named appropriately.

Index

Variables

var Analyzer = &analysis.Analyzer{
	Name: "checkunsafe",
	Doc:  "allows unsafe use only in specified files",
	Run:  run,
}

Analyzer defines the entrypoint.

Source Files

check_unsafe.go

Version
v0.0.0-20250702182429-85e76111eb28 (latest)
Published
Jul 2, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
3 hours ago

Tools for package owners.