Hidden side effects; favor explicit initialization in main() or functions
func init() {
1// Copyright 2022 The Go Authors. All rights reserved.2// Use of this source code is governed by a BSD-style3// license that can be found in the LICENSE file.45//go:build boringcrypto67package main89import (10 "fmt"11 "os"12)1314func init() {15 fmt.Printf("SKIP with boringcrypto enabled\n")16 os.Exit(0)17}
Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.