mirror of
https://github.com/containers/podman.git
synced 2026-09-16 15:55:37 -04:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
318 B
Go
12 lines
318 B
Go
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/*
|
|
Package codescan provides a scanner for go files that produces a swagger spec document.
|
|
|
|
This package is intended for go1.25 onwards and uses go1.26 toolchain.
|
|
|
|
It supports go modules.
|
|
*/
|
|
package codescan
|