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-20250605235530-a6711d1e1dc6 (latest)
Published
Jun 5, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
4 hours ago

Tools for package owners.