blob: 99f7a09ec39f8f04494cdf5bab58015c15804560 [file] [log] [blame]
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build ignore
package main
import (
"golang.org/x/tools/go/analysis/singlechecker"
"golang.org/x/tools/gopls/internal/analysis/hostport"
)
func main() { singlechecker.Main(hostport.Analyzer) }