Files

7 lines
248 B
Go
Raw Permalink Normal View History

2026-06-06 01:17:20 +00:00
//go:generate go run ../generate.go
// Package simple contains analyzes that simplify code.
// All suggestions made by these analyzes are intended to result in objectively simpler code,
// and following their advice is recommended.
package simple