mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 12:49:36 +00:00
11 lines
318 B
Go
11 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
|