blob: 16b235950fa72676b2eeebdf9827e97e8ba4f02d [file] [log] [blame]
// Copyright 2022 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.
package govulncheck
// Result is contains output information for govulncheck.
//
// TODO(https://go.dev/issue/56042): this API is a work in progress.
type Result struct {
}